Add extra conf stuff to vimrc
This commit is contained in:
parent
8529e1a0c1
commit
eae656f949
1 changed files with 7 additions and 0 deletions
7
.vimrc
7
.vimrc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue