From 8679f4634c12ffe443ffd741c39fdb8e698a3f00 Mon Sep 17 00:00:00 2001 From: Valentin Gehrke Date: Wed, 28 Oct 2015 19:35:26 +0100 Subject: [PATCH] Fixed snipMate --- vim/.vimrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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()