keep nerdtree UI minimal

This commit is contained in:
Morgan Wattiez 2019-11-09 15:31:38 +01:00
parent 02fa048057
commit 5cb99cb75c

View File

@ -63,6 +63,10 @@ filetype plugin indent on " required
" see :h vundle for more details or wiki for FAQ
" Put your non-Plugin stuff after this line
" nerdtree options
let NERDTreeMinimalUI = 1
let NERDTreeDirArrows = 1
" vim-airline options
let g:airline_powerline_fonts = 1