Add extra conf stuff to vimrc

This commit is contained in:
Barak Michener 2013-03-25 16:13:39 -07:00
parent 8529e1a0c1
commit eae656f949

7
.vimrc
View file

@ -163,6 +163,13 @@ let g:ConqueTerm_InsertOnEnter = 0
let g:ConqueTerm_SendVisKey = '<Leader>ss'
" * MiniBufExplorer
let g:ycm_global_ycm_extra_conf = '~/.ycm_extra_conf.py'
let g:ycm_confirm_extra_conf = 0
au! BufRead,BufWrite,BufWritePost,BufNewFile *.org
au BufEnter *.org call org#SetOrgFileType()
"MiniBufExplore Options
"let g:miniBufExplMapWindowNavVim = 1
"let g:miniBufExplMapWindowNavArrows = 1
"let g:miniBufExplMapCTabSwitchBufs = 1