From 16a782de423df23b642a5ba4813e7e00dae29199 Mon Sep 17 00:00:00 2001 From: Barak Michener Date: Mon, 25 Mar 2013 17:13:24 -0700 Subject: [PATCH] Add preview window --- .vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc b/.vimrc index 19e9d5f..a41c750 100644 --- a/.vimrc +++ b/.vimrc @@ -165,6 +165,7 @@ let g:ConqueTerm_SendVisKey = '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()