is there docs on how to intall development extensions? i was wondering :CocInstall file:///<Path> might work
Add set runtimepath^=~/src/coc-test to your vimrc/init.vim
Thanks! It Works,
im going to close this issue
I tried this on coc-python (my version), and it says
Skipped extension "/Users/eyalkarni/vimpy3/plugged/coc-python", please remove "coc-python" from your vim's plugin manager.
it is not on vim-plug. I tried to rename the folder and it didn't work.
@eyalk5 it's in your &rtp, you have to check it out yourself.
Most helpful comment
Add
set runtimepath^=~/src/coc-testto your vimrc/init.vim