1
0

update youcompleteme configuration file

forgot to change the path
This commit is contained in:
valeth 2015-04-14 18:18:56 +02:00
parent fcc0148fc1
commit 00e4f560bd

View File

@ -1,4 +1,4 @@
let g:ycm_global_ycm_extra_conf = g:vim_config_home . "/config/plugins/youcompleteme/ycm_extra_conf.py"
let g:ycm_global_ycm_extra_conf = g:vim_config_home . "/plugins/youcompleteme/ycm_extra_conf.py"
let g:ycm_autoclose_preview_window_after_completion = 1
let g:ycm_register_as_syntastic_checker = 1
let g:ycm_server_keep_logfile = 1