Add preview window

This commit is contained in:
Barak Michener 2013-03-25 17:13:24 -07:00
parent eae656f949
commit 16a782de42

1
.vimrc
View file

@ -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()