From e27584944b1d3debca50e1050f533cf280a5994d Mon Sep 17 00:00:00 2001 From: Bodaniel Jeanes Date: Tue, 8 Feb 2011 23:44:55 +1000 Subject: [PATCH] Some config options for different vim bundles --- vim/vimrc | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/vim/vimrc b/vim/vimrc index 4ce7266..9d640fd 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -298,6 +298,18 @@ let g:vimwiki_list = [ \ } \] +" Command-T +let g:CommandTMaxFiles = 20000 +let g:CommandTMaxHeight = 10 + +" Syntastic +let g:syntastic_enable_signs = 1 +let g:syntastic_auto_loc_list = 0 + +" Indent Guides +let g:indent_guides_color_change_percent = 10 +autocmd! VimEnter * :IndentGuidesEnable + " Disable arrow keys nnoremap nnoremap