From a7aabbe5bd566c3aad203ba71f005dda2d934238 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Thu, 26 Feb 2015 21:02:35 +0900 Subject: [PATCH] Adding nerdtree --- .vim/keymaps.vim | 4 ++++ .vim/plugins.vim | 1 + 2 files changed, 5 insertions(+) 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'