|
|
@@ -84,7 +84,7 @@ endif
|
|
|
" Open preview window when completing
|
|
|
let g:ycm_add_preview_to_completeopt = 1
|
|
|
" Auto Close preview window
|
|
|
-let g:ycm_autoclose_preview_window_after_completion = 1
|
|
|
+let g:ycm_autoclose_preview_window_after_insertion = 0
|
|
|
" Disable Tab for cycling through commands so that UtilSnips will still work
|
|
|
let g:ycm_key_list_select_completion=['<Down>']
|
|
|
let g:ycm_key_list_previous_completion=['<Up>']
|