Adding nerdtree

This commit is contained in:
Alex Yatskov 2015-02-26 21:02:35 +09:00
parent 9baa5e7e8c
commit a7aabbe5bd
2 changed files with 5 additions and 0 deletions

View File

@ -5,8 +5,12 @@ nnoremap <silent> <Esc><Esc> :nohlsearch<Cr>
nnoremap <silent> <Bs> :bd<Cr>
nnoremap <silent> Q <Nop>
" nerdtree
nnoremap <silent> <leader>t :NERDTree<Cr>
" vim-argwrap
nnoremap <silent> <leader>a :ArgWrap<Cr>
" vim-easy-align
vmap <Cr> <Plug>(EasyAlign)

View File

@ -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'