From c2624ef7170fe3108dd59e8e58a47925d615f551 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Fri, 12 Apr 2013 18:35:45 +0200 Subject: Add unimpaired vim plugin. --- .vim/bundles.vim | 3 +++ 1 file changed, 3 insertions(+) (limited to '.vim') 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! -- cgit v1.2.3