From 4156dfcbe49d95492f4a9be2d98b88c44772ca84 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Mon, 11 May 2015 20:56:03 +0900 Subject: [PATCH] Switch to vim-vinegar from nerdtree --- .vim/keymaps.vim | 3 --- .vim/plugins.vim | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.vim/keymaps.vim b/.vim/keymaps.vim index 7d8b1c4..d3090a9 100644 --- a/.vim/keymaps.vim +++ b/.vim/keymaps.vim @@ -9,9 +9,6 @@ nnoremap j gj nnoremap k gk noremap ; : -" nerdtree -nnoremap t :NERDTreeToggle - " vim-argwrap nnoremap a :ArgWrap diff --git a/.vim/plugins.vim b/.vim/plugins.vim index 348a91f..506f525 100644 --- a/.vim/plugins.vim +++ b/.vim/plugins.vim @@ -22,7 +22,6 @@ Plug 'https://github.com/othree/html5.vim.git' Plug 'https://github.com/pangloss/vim-javascript.git' Plug 'https://github.com/plasticboy/vim-markdown.git' 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/tpope/vim-abolish.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-surround' 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/vim-latex/vim-latex.git'