summaryrefslogtreecommitdiff
path: root/.vim
diff options
context:
space:
mode:
Diffstat (limited to '.vim')
-rw-r--r--.vim/bundles.vim4
1 files changed, 4 insertions, 0 deletions
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!