command to sync with coc_global_extensions
laoshaw opened this issue · 1 comments
Is your feature request related to a problem? Please describe.
coc_global_extensions helps to auto install which is great, however when I remove some extensions from it, I frequently forgot to run 'CocUninstall' manually. it will be great if there is a flag that let me always keep my coc extensions in sync with coc_global_extensions, for example, if an extension is removed from coc_global_extension, it will either be uninstalled, or disabled when I open vim, so I always know what extensions is currently loaded and active.
This works just like vim's Plug installer, once I disabled/commented out that 'Plug' line, even though the Plug is still on my hard drive, it will not be loaded at least.
Describe the solution you'd like
my action coc extensions is also consistent with the list from coc_global_extensions
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.