summaryrefslogtreecommitdiff
path: root/.vim
diff options
context:
space:
mode:
Diffstat (limited to '.vim')
-rw-r--r--.vim/bundles.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/.vim/bundles.vim b/.vim/bundles.vim
index 1ae4f52..cfc11bd 100644
--- a/.vim/bundles.vim
+++ b/.vim/bundles.vim
@@ -58,4 +58,7 @@ Bundle 'gnupg.vim'
" Snippet Management
Bundle 'UltiSnips'
+" Some nice shortcuts
+Bundle 'unimpaired.vim'
+
filetype plugin indent on " required!