Explorar el Código

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

wreed4 hace 11 años
padre
commit
bbe0f5b791
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>']