Adding nerdtree
This commit is contained in:
parent
9baa5e7e8c
commit
a7aabbe5bd
@ -5,8 +5,12 @@ nnoremap <silent> <Esc><Esc> :nohlsearch<Cr>
|
|||||||
nnoremap <silent> <Bs> :bd<Cr>
|
nnoremap <silent> <Bs> :bd<Cr>
|
||||||
nnoremap <silent> Q <Nop>
|
nnoremap <silent> Q <Nop>
|
||||||
|
|
||||||
|
" nerdtree
|
||||||
|
nnoremap <silent> <leader>t :NERDTree<Cr>
|
||||||
|
|
||||||
" vim-argwrap
|
" vim-argwrap
|
||||||
nnoremap <silent> <leader>a :ArgWrap<Cr>
|
nnoremap <silent> <leader>a :ArgWrap<Cr>
|
||||||
|
|
||||||
" vim-easy-align
|
" vim-easy-align
|
||||||
vmap <Cr> <Plug>(EasyAlign)
|
vmap <Cr> <Plug>(EasyAlign)
|
||||||
|
|
||||||
|
@ -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/ntpeters/vim-better-whitespace.git'
|
||||||
Plug 'https://github.com/pangloss/vim-javascript.git'
|
Plug 'https://github.com/pangloss/vim-javascript.git'
|
||||||
Plug 'https://github.com/plasticboy/vim-markdown.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/scrooloose/syntastic.git'
|
||||||
Plug 'https://github.com/tomasr/molokai.git'
|
Plug 'https://github.com/tomasr/molokai.git'
|
||||||
Plug 'https://github.com/tpope/vim-abolish.git'
|
Plug 'https://github.com/tpope/vim-abolish.git'
|
||||||
|
Loading…
Reference in New Issue
Block a user