diff options
Diffstat (limited to '')
-rw-r--r-- | .vim/bundles.vim | 4 |
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! |