dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 91dde61ad1929eb8614fe8925403a30ec161b733
parent d9093ecc875e4eaa2c4e2226c89644b76abb3d57
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Sun, 26 Jan 2014 20:51:41 +0200

Adding some groupings

Diffstat:
M.vimrc.bundles.local | 20+++++++++++++++++---
1 file changed, 17 insertions(+), 3 deletions(-)

diff --git a/.vimrc.bundles.local b/.vimrc.bundles.local @@ -1,3 +1,17 @@ -Bundle 'kien/rainbow_parentheses.vim' -Bundle 'jdonaldson/vaxe' -Bundle 'hylang/vim-hy' +" lisp { + Bundle 'kien/rainbow_parentheses.vim' + Bundle 'hylang/vim-hy' +" } + +" Haxe { + Bundle 'jdonaldson/vaxe' +" } + +" HTML { + if count(g:spf13_bundle_groups, 'html') + Bundle 'mattn/emmet-vim' + endif +" } + +Bundle 'dahu/LearnVim' +Bundle 'tpope/vim-unimpaired'