From b42a32e6e83535da59a28d254cceb86111510eea Mon Sep 17 00:00:00 2001 From: Valentin Gehrke Date: Sun, 1 Nov 2015 22:42:35 +0100 Subject: [PATCH] Removed buffergator --- vim/.vimrc | 1 - 1 file changed, 1 deletion(-) diff --git a/vim/.vimrc b/vim/.vimrc index 4d60597..eedc53c 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -11,7 +11,6 @@ Plugin 'VundleVim/Vundle.vim' " --- My plugins Plugin 'scrooloose/nerdtree' " FileBrowser on the left side Plugin 'ervandew/supertab' "Auto completion -" Plugin 'jeetsukumaran/vim-buffergator' "Easy buffer switching Plugin 'ap/vim-templates' "File templates Plugin 'godlygeek/tabular' "Tabularize Plugin 'MarcWeber/vim-addon-mw-utils' " Dependency for snipmate