dotfiles

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

commit 21b3bf885a0ae13e9a8f9a71d3d842b0a0c3acdc
parent 6b119d79987b75be4daf9b0c3670f2f11e33c326
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Thu,  6 Feb 2014 23:00:39 +0200

Removing a few groups adding a few bundles and setting wrapping.

Diffstat:
M.vimrc.before.local | 4+++-
M.vimrc.bundles.local | 4++++
M.vimrc.local | 2++
3 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/.vimrc.before.local b/.vimrc.before.local @@ -1 +1,3 @@ -let g:spf13_bundle_groups=['general', 'neocomplcache', 'programming', 'python', 'go', 'javascript', 'haskell', 'html', 'misc'] +" let g:spf13_bundle_groups=['general', 'neocomplcache', 'programming', 'python', 'go', 'javascript', 'haskell', 'html', 'misc'] +let g:spf13_bundle_groups=['general', 'neocomplcache', 'programming', 'python', 'go', 'javascript', 'html', 'misc'] + diff --git a/.vimrc.bundles.local b/.vimrc.bundles.local @@ -15,3 +15,7 @@ Bundle 'dahu/LearnVim' Bundle 'tpope/vim-unimpaired' +Bundle 'dahu/vimple' +Bundle 'Floobits/floobits-vim' + +Bundle 'pbrisbin/html-template-syntax' diff --git a/.vimrc.local b/.vimrc.local @@ -26,3 +26,5 @@ au Syntax * RainbowParenthesesLoadSquare au Syntax * RainbowParenthesesLoadBraces let g:pymode_rope_complete_on_dot = 0 + +set wrap