From 4698ba0a681891f6c09fbca9bc60823a2d58b184 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Thu, 4 Oct 2012 00:51:26 +0200 Subject: Add ultisnips to vim. --- .vim/bundles.vim | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.vim') diff --git a/.vim/bundles.vim b/.vim/bundles.vim index 948dde0..ea70318 100644 --- a/.vim/bundles.vim +++ b/.vim/bundles.vim @@ -55,4 +55,8 @@ Bundle 'project.tar.gz' " GPG Bundle 'gnupg.vim' +" Snippet Management +Bundle 'UltiSnips' + + filetype plugin indent on " required! -- cgit v1.2.3