diff --git a/.vim/keymaps.vim b/.vim/keymaps.vim index 7931618..9a98e59 100644 --- a/.vim/keymaps.vim +++ b/.vim/keymaps.vim @@ -5,8 +5,12 @@ nnoremap :nohlsearch nnoremap :bd nnoremap Q +" nerdtree +nnoremap t :NERDTree + " vim-argwrap nnoremap a :ArgWrap " vim-easy-align vmap (EasyAlign) + diff --git a/.vim/plugins.vim b/.vim/plugins.vim index 1d53687..5285118 100644 --- a/.vim/plugins.vim +++ b/.vim/plugins.vim @@ -15,6 +15,7 @@ Plug 'https://github.com/nathanaelkane/vim-indent-guides.git' Plug 'https://github.com/ntpeters/vim-better-whitespace.git' Plug 'https://github.com/pangloss/vim-javascript.git' Plug 'https://github.com/plasticboy/vim-markdown.git' +Plug 'https://github.com/scrooloose/nerdtree.git' Plug 'https://github.com/scrooloose/syntastic.git' Plug 'https://github.com/tomasr/molokai.git' Plug 'https://github.com/tpope/vim-abolish.git'