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

@ -11,6 +11,8 @@ set number
set termguicolors
set splitbelow splitright
set cursorline
" restore cursor to the last position after reopening a file
autocmd BufReadPost *
\ 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)
Plug 'rrethy/vim-hexokinase', { 'do': 'make hexokinase' }
Plug 'vimwiki/vimwiki'
Plug 'franbach/miramare'
call plug#end()
colorscheme miramare
" hexokinase
let g:Hexokinase_refreshEvents = ['InsertLeave']
let g:Hexokinase_highlighters = ['backgroundfull']
@ -70,3 +75,5 @@ nnoremap <leader>sh :Sex<CR>
nnoremap <leader>t :24sp<CR>:term<CR>:startinsert<CR>
" exit insert mode in terminal easier
tnoremap <C-\> <C-\><C-N>
tnoremap <A-k> <C-w>k