Open ptwales opened 4 years ago
I like to specify plugins in init.vim
with let g:coc_global_extensions = ['coc-python', 'coc-css', 'coc-so-on', 'coc-so-forth']
. I like having them there more than using Plug.
@ptwales yes, it's the correct way https://github.com/neoclide/coc.nvim/wiki/Using-coc-extensions#use-vims-plugin-manager-for-coc-extension
I noticed that coc-metals can be installed with either
:CocInstall
or withvim-plug
. I prefer thevim-plug
method since it can be saved to my dotfiles. I was wondering if I can do the same forcoc-python
(or any other coc plugin for that matter).I seem to have succesfully installed
coc-python
withIs that the correct way to install coc-python with
vim-plug
? If not, what is and would it be appropriate to add it to the README as an alternative installation method?