vim: fix nerdtree width

This commit is contained in:
Sean Buckley 2023-09-22 11:45:28 -04:00
parent 9461c060b3
commit 196c3d571b

View file

@ -48,7 +48,7 @@ autocmd BufWritePre * :Autoformat
"menus
nnoremap <silent> <space>e :NERDTreeFocus<CR>:vertical resize 30<CR>
nnoremap <silent> <space>e :NERDTreeFocus<CR>:vertical resize 31<CR>
nnoremap <silent> <space>o :Startify<CR>