From 3667466b6cbfeb9a5b1c10c9fc1dff6e7a45ea90 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Sat, 13 Jul 2013 19:41:12 +0800 Subject: [PATCH] Add snipmate (and snippets) --- .vimrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.vimrc b/.vimrc index 8b9d957..88ea237 100644 --- a/.vimrc +++ b/.vimrc @@ -46,7 +46,11 @@ call vundle#rc() " Bundle "gmarik/vundle" " +Bundle "MarcWeber/vim-addon-mw-utils" Bundle "bling/vim-airline" +Bundle "garbas/vim-snipmate" +Bundle "honza/vim-snippets" +Bundle "tomtom/tlib_vim" " filetype plugin indent on "