Browse Source

Changes to be committed:
modified: .vimrc

wreed4 11 năm trước cách đây
mục cha
commit
8ce4a10f0c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>']