Switch to vim-vinegar from nerdtree

This commit is contained in:
Alex Yatskov 2015-05-11 20:56:03 +09:00
parent a81205d4ae
commit 4156dfcbe4
2 changed files with 1 additions and 4 deletions

View File

@ -9,9 +9,6 @@ nnoremap <silent> j gj
nnoremap <silent> k gk nnoremap <silent> k gk
noremap <silent> ; : noremap <silent> ; :
" nerdtree
nnoremap <silent> <leader>t :NERDTreeToggle<Cr>
" vim-argwrap " vim-argwrap
nnoremap <silent> <leader>a :ArgWrap<Cr> nnoremap <silent> <leader>a :ArgWrap<Cr>

View File

@ -22,7 +22,6 @@ Plug 'https://github.com/othree/html5.vim.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/rust-lang/rust.vim' Plug 'https://github.com/rust-lang/rust.vim'
Plug 'https://github.com/scrooloose/nerdtree.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'
Plug 'https://github.com/tpope/vim-commentary.git' Plug 'https://github.com/tpope/vim-commentary.git'
@ -32,6 +31,7 @@ Plug 'https://github.com/tpope/vim-repeat'
Plug 'https://github.com/tpope/vim-speeddating.git' Plug 'https://github.com/tpope/vim-speeddating.git'
Plug 'https://github.com/tpope/vim-surround' Plug 'https://github.com/tpope/vim-surround'
Plug 'https://github.com/tpope/vim-unimpaired.git' Plug 'https://github.com/tpope/vim-unimpaired.git'
Plug 'https://github.com/tpope/vim-vinegar.git'
Plug 'https://github.com/tyru/open-browser.vim.git' Plug 'https://github.com/tyru/open-browser.vim.git'
Plug 'https://github.com/vim-latex/vim-latex.git' Plug 'https://github.com/vim-latex/vim-latex.git'