vim: disable NERDtree

This commit is contained in:
Arne Keller 2022-02-07 09:08:30 +01:00
parent 61aa83d7e5
commit c524955391

View File

@ -17,4 +17,3 @@ if !has('nvim') | set viminfofile=$XDG_CACHE_HOME/vim/viminfo | endif
syntax on
set mouse-=a
nnoremap <C-n> :NERDTreeFind<CR>