summaryrefslogtreecommitdiff
path: root/.vim
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2013-04-12 18:35:45 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2013-04-12 18:36:00 +0200
commitc2624ef7170fe3108dd59e8e58a47925d615f551 (patch)
treef0747e0dabe2a216ab7c98ee2b1cd6f3ee89a32a /.vim
parent1f02bb2029b0714792014734609882da2bcfa01d (diff)
downloaddotfiles-c2624ef7170fe3108dd59e8e58a47925d615f551.tar.gz
dotfiles-c2624ef7170fe3108dd59e8e58a47925d615f551.tar.bz2
dotfiles-c2624ef7170fe3108dd59e8e58a47925d615f551.zip
Add unimpaired vim plugin.
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!