summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2015-08-21 13:58:15 +0200
committerAhmed Abdelhalim <[email protected]>2015-08-21 13:58:15 +0200
commitd5bad74dda5df6c41bac3c6cca1633cb710a3b98 (patch)
tree740120886f20d8c1dfc0be665ddce8ed9dee6268 /.vimrc
parenta77102cd78606c7b3623e518e1d793cbaa48dd1b (diff)
Uninstall the vim-surround plugin ( causing slowness with buffer delete)
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index 3a5b6cf..be19ce7 100644
--- a/.vimrc
+++ b/.vimrc
@@ -9,7 +9,7 @@ Plugin 'VundleVim/Vundle.vim'
Plugin 'tpope/vim-fugitive'
Plugin 'tpope/vim-rails'
Plugin 'tpope/vim-endwise'
-Plugin 'tpope/vim-surround'
+" Plugin 'tpope/vim-surround'
Plugin 'tpope/vim-haml'
Plugin 'vim-scripts/bufexplorer.zip'
" Plugin 'vim-scripts/matchit.zip'