Add preview window
This commit is contained in:
parent
eae656f949
commit
16a782de42
1 changed files with 1 additions and 0 deletions
1
.vimrc
1
.vimrc
|
|
@ -165,6 +165,7 @@ 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
|
||||
let g:ycm_add_preview_to_completeopt = 1
|
||||
|
||||
au! BufRead,BufWrite,BufWritePost,BufNewFile *.org
|
||||
au BufEnter *.org call org#SetOrgFileType()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue