[nvim] If enabled, build coc-cl from source

This commit is contained in:
Alyxia Sother 2023-05-19 11:35:00 +02:00
parent 5ee89b2253
commit 42cb4145cf
No known key found for this signature in database
GPG Key ID: 0B2497099595CAA5
1 changed files with 6 additions and 0 deletions

View File

@ -46,6 +46,12 @@ let s:plug = funcref('dotfiles#plugman#register')
" }}}
" }}}
" coc {{{
if g:dotfiles_build_coc_from_source
call s:plug('https://github.com/UltiRequiem/coc-cl', { 'do': 'yarn install --frozen-lockfile && yarn build' })
endif
" }}}
" Misc {{{
if has('nvim')
call s:plug('andweeb/presence.nvim')