vim: Fix YouCompleteMe setup command

This commit is contained in:
Petar Kapriš 2026-05-13 07:04:29 +02:00
parent 49c06e2149
commit 98d7036623

View file

@ -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'