From 31a79cfd06aad3560ea3c7993bc13f69cb798ca4 Mon Sep 17 00:00:00 2001 From: Thomas FORGIONE Date: Sun, 20 Nov 2016 10:35:50 +0100 Subject: [PATCH] Added NERDTree to vimrc --- vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vimrc b/vimrc index bcbf999..ce1f424 100644 --- a/vimrc +++ b/vimrc @@ -11,6 +11,8 @@ Plugin 'VundleVim/Vundle.vim' Plugin 'vim-airline/vim-airline' " ... and its themes Plugin 'vim-airline/vim-airline-themes' +" Nerd tree +Plugin 'scrooloose/nerdtree' " I don't know what this is Plugin 'othree/html5.vim' " Vim markdown previewer