Switch to vim-vinegar from nerdtree
This commit is contained in:
parent
a81205d4ae
commit
4156dfcbe4
@ -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>
|
||||||
|
|
||||||
|
@ -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'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user