Changing the default to not add 'preview'
This means that from now on, the 'preview' window will not be shown by default to users for completions.
This commit is contained in:
parent
5ac3d40691
commit
ca5fe75c67
@ -48,7 +48,7 @@ let g:ycm_allow_changing_updatetime =
|
||||
\ get( g:, 'ycm_allow_changing_updatetime', 1 )
|
||||
|
||||
let g:ycm_add_preview_to_completeopt =
|
||||
\ get( g:, 'ycm_add_preview_to_completeopt', 1 )
|
||||
\ get( g:, 'ycm_add_preview_to_completeopt', 0 )
|
||||
|
||||
let g:ycm_autoclose_preview_window_after_completion =
|
||||
\ get( g:, 'ycm_autoclose_preview_window_after_completion', 0 )
|
||||
|
Loading…
Reference in New Issue
Block a user