diff --git a/common/nvim/init.vim b/common/nvim/init.vim index c1e24ba..316da6b 100644 --- a/common/nvim/init.vim +++ b/common/nvim/init.vim @@ -107,10 +107,10 @@ let g:NERDTreeGitStatusIndicatorMapCustom = { " keys tnoremap -nnoremap :m-2 -nnoremap :m+ -inoremap :m-2 -inoremap :m+ +nnoremap :m-2 +nnoremap :m+ +inoremap :m-2 +inoremap :m+ nnoremap :NERDTreeToggle ":lua require'bufferline.state'.set_offset(require'nvim-tree.view'.win_open() and 30 or 0) @@ -172,8 +172,8 @@ endfunction hi Normal ctermbg=NONE hi LineNr ctermfg=7 -hi CursorLineNr ctermfg=1 ctermbg=8 -hi CursorLine cterm=NONE ctermfg=NONE ctermbg=8 +hi CursorLineNr ctermfg=1 ctermbg=0 +hi CursorLine cterm=NONE ctermfg=NONE ctermbg=0 hi StatusLine ctermbg=2 ctermfg=0 hi StatusLineNC ctermbg=7 ctermfg=0 hi VertSplit ctermbg=0 ctermfg=0