From: Samir Benmendil Date: Fri, 8 May 2020 14:52:49 +0000 (+0100) Subject: vim: remove ycm extra conf file X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/614b66e8cb6511504243046ba1ecdce7ea5db487 vim: remove ycm extra conf file It's not needed for clangd --- diff --git a/vim/vimrc b/vim/vimrc index d69ce50..8fedddc 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -738,9 +738,6 @@ function! YRRunAfterMaps() endfunction " youcompleteme {{{2 -let g:ycm_extra_conf_globlist = ['~/src/*','/mnt/data/src/*'] -" ycm-clangd requires you to symlink the compile_db to the root of the project -" let g:ycm_global_ycm_extra_conf = expand('$XDG_CONFIG_HOME/vim/ycm_extra_conf.py') let g:ycm_clangd_binary_path = 'clangd' " use clangd in path let g:ycm_extra_conf_vim_data = ['getcwd()'] let g:ycm_add_preview_to_completeopt = 1