Closed Varal7 closed 3 years ago
Btw, what is the recommended workflow for developing coc extensions?
Here, I cloned the repo and symlinked it to .config/coc/extensions
, then used yarn build
at every change. Is there a better way?
I cloned the repo and symlinked it to .config/coc/extensions
Or you can use set runtimepath^=/path/to/extension
in your vimrc.
You can use ./node_modules/.bin/webpack -w
to make webpack rebuild files on change.
Checkout :h :CocWatch
for automatic reload extension.
Fixes #24