From 614b66e8cb6511504243046ba1ecdce7ea5db487 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Fri, 8 May 2020 15:52:49 +0100 Subject: [PATCH] vim: remove ycm extra conf file It's not needed for clangd --- vim/vimrc | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.48.1