Added NERDTree to vimrc
This commit is contained in:
parent
901c28218f
commit
31a79cfd06
2
vimrc
2
vimrc
|
@ -11,6 +11,8 @@ Plugin 'VundleVim/Vundle.vim'
|
||||||
Plugin 'vim-airline/vim-airline'
|
Plugin 'vim-airline/vim-airline'
|
||||||
" ... and its themes
|
" ... and its themes
|
||||||
Plugin 'vim-airline/vim-airline-themes'
|
Plugin 'vim-airline/vim-airline-themes'
|
||||||
|
" Nerd tree
|
||||||
|
Plugin 'scrooloose/nerdtree'
|
||||||
" I don't know what this is
|
" I don't know what this is
|
||||||
Plugin 'othree/html5.vim'
|
Plugin 'othree/html5.vim'
|
||||||
" Vim markdown previewer
|
" Vim markdown previewer
|
||||||
|
|
Loading…
Reference in New Issue