1
0
nvim-config/plugins/youcompleteme.vim
valeth c32364f2cc move config/plugins to plugins
same reason as the core config directory
2015-04-14 18:14:29 +02:00

5 lines
238 B
VimL

let g:ycm_global_ycm_extra_conf = g:vim_config_home . "/config/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