Sfoglia il codice sorgente

Changes to be committed:
modified: .vimrc

wreed4 11 anni fa
parent
commit
8ce4a10f0c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .vimrc

+ 1 - 1
.vimrc

@@ -77,7 +77,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>']