Some config options for different vim bundles

pull/2/head
Bodaniel Jeanes 2011-02-08 23:44:55 +10:00
parent 26aa8d722c
commit e27584944b
1 changed files with 12 additions and 0 deletions

View File

@ -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 " Disable arrow keys
nnoremap <up> <nop> nnoremap <up> <nop>
nnoremap <down> <nop> nnoremap <down> <nop>