update nvim conf

This commit is contained in:
rdl technix 2021-03-24 11:23:40 +00:00
parent 5b6f7d5f0b
commit 1676443611

View file

@ -30,6 +30,9 @@ set shiftround " Rounds indent to multiple of shiftwidth
set foldlevelstart=99
set hidden
let g:NERDDefaultAlign = 'left'
let mapleader = ","
map <F9> :NERDTreeToggle<CR>
map <C-h> <C-w>h
map <C-j> <C-w>j