small typo. oops

This commit is contained in:
vibikim 2020-09-24 19:46:14 +03:00
parent ad6293015d
commit df7f31f98a
3 changed files with 9 additions and 2 deletions

View file

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# run this functions for files that go directily into the home directory # run this function for files that go directily into the home directory
gohome() { gohome() {
ln -sf $PWD/$1 ~/ ln -sf $PWD/$1 ~/
} }

View file

@ -11,6 +11,8 @@ set number
set termguicolors set termguicolors
set splitbelow splitright set splitbelow splitright
set cursorline
" restore cursor to the last position after reopening a file " restore cursor to the last position after reopening a file
autocmd BufReadPost * autocmd BufReadPost *
\ if line("'\"") >= 1 && line("'\"") <= line("$") && &ft !~# 'commit' \ if line("'\"") >= 1 && line("'\"") <= line("$") && &ft !~# 'commit'
@ -29,9 +31,12 @@ call plug#begin('~/.local/share/nvim/plugged')
" REMINDER - on a new system install go for hexokinase (color preview) " REMINDER - on a new system install go for hexokinase (color preview)
Plug 'rrethy/vim-hexokinase', { 'do': 'make hexokinase' } Plug 'rrethy/vim-hexokinase', { 'do': 'make hexokinase' }
Plug 'vimwiki/vimwiki' Plug 'vimwiki/vimwiki'
Plug 'franbach/miramare'
call plug#end() call plug#end()
colorscheme miramare
" hexokinase " hexokinase
let g:Hexokinase_refreshEvents = ['InsertLeave'] let g:Hexokinase_refreshEvents = ['InsertLeave']
let g:Hexokinase_highlighters = ['backgroundfull'] let g:Hexokinase_highlighters = ['backgroundfull']
@ -70,3 +75,5 @@ nnoremap <leader>sh :Sex<CR>
nnoremap <leader>t :24sp<CR>:term<CR>:startinsert<CR> nnoremap <leader>t :24sp<CR>:term<CR>:startinsert<CR>
" exit insert mode in terminal easier " exit insert mode in terminal easier
tnoremap <C-\> <C-\><C-N> tnoremap <C-\> <C-\><C-N>
tnoremap <A-k> <C-w>k

View file

@ -290,7 +290,7 @@ type = internal/date
interval = 1.0 interval = 1.0
time = %H:%M time = %H:%M
time-alt =  %Y-%m-%d% time-alt =  %d-%m-%Y%
format = <label> format = <label>
format-background = ${color.bg} format-background = ${color.bg}