From d4035b8fce7eb833267ba04aea8cfd827e82bc21 Mon Sep 17 00:00:00 2001 From: Mel Date: Thu, 31 Oct 2024 15:28:03 +0100 Subject: Add YCM extra conf. to allow Nix formatting from nil Signed-off-by: Mel --- configs/plugins.vimrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configs/plugins.vimrc') diff --git a/configs/plugins.vimrc b/configs/plugins.vimrc index cdc2a88..92d499d 100644 --- a/configs/plugins.vimrc +++ b/configs/plugins.vimrc @@ -2,6 +2,9 @@ " YOUCOMPLETEME: +let g:ycm_extra_conf_globlist = ['/nix/store/*'] +let g:ycm_global_ycm_extra_conf = '@ycm_extra_conf@' + let g:ycm_language_server = \ [ \ { -- cgit 1.4.1