Browse Source

Merge branch 'master' of http://github.com/wreed4/vimrc

wreed4 11 năm trước cách đây
mục cha
commit
bbe0f5b791
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .vimrc

+ 1 - 1
.vimrc

@@ -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>']