feat: add nerdtree plugin

server
iGor milhit 2017-12-10 10:58:14 +01:00
parent c38ee5e78a
commit 11b52d4fdb
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,6 @@ set cursorline
set ruler
set modeline
" fold
autocmd FileType json setlocal foldmethod=syntax " Type de fold si c'est du JSON
autocmd FileType json set foldlevel=2 " Détermine le niveau de fold par défaut pour le JSON
@ -104,4 +103,5 @@ Plug 'https://github.com/davidhalter/jedi-vim' " warning, may conflicts wit
Plug 'https://github.com/nvie/vim-flake8.git'
Plug 'https://github.com/kien/ctrlp.vim'
Plug 'https://github.com/tpope/vim-commentary'
Plug 'https://github.com/scrooloose/nerdtree'
call plug#end()