Coc.nvim: Installing local development extensions

Created on 22 Aug 2019  路  4Comments  路  Source: neoclide/coc.nvim

is there docs on how to intall development extensions? i was wondering :CocInstall file:///<Path> might work

Most helpful comment

Add set runtimepath^=~/src/coc-test to your vimrc/init.vim

All 4 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

zhou13 picture zhou13  路  3Comments

hackingcat picture hackingcat  路  3Comments

skylite21 picture skylite21  路  3Comments

MacGuffinLife picture MacGuffinLife  路  4Comments

aareman picture aareman  路  3Comments