From 11b52d4fdb069ee3f2d3c86f838c063cdbcec8f0 Mon Sep 17 00:00:00 2001 From: iGor milhit Date: Sun, 10 Dec 2017 10:58:14 +0100 Subject: [PATCH] feat: add nerdtree plugin --- init.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.vim b/init.vim index 1b19eba..8b60a14 100644 --- a/init.vim +++ b/init.vim @@ -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()