commit 6b9215e48efa4ae424874d3fbb18f3642d8e6b2d
parent 2e0f492ccc98047b7dff8771da3fbd2b565856ed
Author: Yuval Langer <yuval.langer@gmail.com>
Date: Tue, 19 Aug 2014 22:16:27 +0300
Bundles and tabbing rules
Diffstat:
2 files changed, 20 insertions(+), 10 deletions(-)
diff --git a/.vimrc.bundles.local b/.vimrc.bundles.local
@@ -1,10 +1,13 @@
-" lisp {
- Bundle 'kien/rainbow_parentheses.vim'
- Bundle 'hylang/vim-hy'
+" Hylang {
+ if count(g:spf13_bundle_groups, 'hylang')
+ Bundle 'hylang/vim-hy'
+ endif
" }
" Haxe {
- Bundle 'jdonaldson/vaxe'
+ if count(g:spf13_bundle_groups, 'haxe')
+ Bundle 'jdonaldson/vaxe'
+ endif
" }
" HTML {
@@ -20,5 +23,12 @@ Bundle 'dahu/vimple'
Bundle 'pbrisbin/html-template-syntax'
-Bundle 'hsitz/VimOrganizer'
-Bundle 'eagletmt/ghcmod-vim'
+Bundle 'jceb/vim-orgmode'
+" Bundle 'hsitz/VimOrganizer'
+Bundle 'speeddating.vim'
+
+Bundle 'ivanov/vim-ipython'
+
+Bundle 'kien/rainbow_parentheses.vim'
+
+Bundle 'idris-hackers/idris-vim'
diff --git a/.vimrc.local b/.vimrc.local
@@ -31,7 +31,7 @@ set wrap
let g:haddock_browser = "/usr/bin/lynx"
-set tabstop=8
-set softtabstop=8
-set shiftwidth=8
-set noexpandtab
+set tabstop=4
+set softtabstop=4
+set shiftwidth=4
+set expandtab