From 98d7036623bbd9983aa074436caf976302bfadbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petar=20Kapri=C5=A1?= Date: Wed, 13 May 2026 07:04:29 +0200 Subject: [PATCH] vim: Fix YouCompleteMe setup command --- .vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vim/vimrc b/.vim/vimrc index 5cf9c4fa..9336bdbd 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -99,7 +99,7 @@ Plug 'sjl/badwolf' Plug 'sheerun/vim-polyglot' Plug 'Shougo/vimproc.vim', {'do' : 'make'} -Plug 'Valloric/YouCompleteMe' +Plug 'Valloric/YouCompleteMe', {'do': './install.py --clangd-completer'} Plug 'SirVer/ultisnips' Plug 'vimwiki/vimwiki'