1
0
nvim-config/plugins/youcompleteme.vim
valeth 00e4f560bd update youcompleteme configuration file
forgot to change the path
2015-04-14 18:18:56 +02:00

5 lines
231 B
VimL

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