Help installing multiple coc.nvim extensions
Th3Whit3Wolf opened this issue · 1 comments
Th3Whit3Wolf commented
So far I've been doing something like..
call minpac#add('neoclide/coc.nvim', {'branch': 'release'})
call minpac#add('fannheyward/coc-marketplace', {'do': 'silent! !yarn install --frozen-lockfile'})
with , {'type': 'opt'}, {'do': 'silent! !yarn install --frozen-lockfile'})
or , {'do': 'silent! !yarn install --frozen-lockfile'})
behind every install as this is how coc.nvim extensions are installed according to their documentation. I've noticed minpac says they get installed but are not actually. I would like to have minpac maintain the installation and updates so that I can load the extensions lazily for only the certain files and only if the requirements (language server) are installed.
Th3Whit3Wolf commented
This issues is cause be coc.nvim.