diff --git a/vim/.vimrc b/vim/.vimrc index 5c10871..5fafa24 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -11,10 +11,13 @@ Plugin 'VundleVim/Vundle.vim' " My plugins Plugin 'scrooloose/nerdtree' " FileBrowser on the left side Plugin 'ervandew/supertab' "Auto completion -Plugin 'msanders/snipmate.vim' "Snippets 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 +Plugin 'tomtom/tlib_vim' "Dependency for snipmate +Plugin 'garbas/vim-snipmate' "Snippets + " End init vundle call vundle#end()