/coc-comrade

An extension of coc.nvim to bring Intellij completion source into vim with comrade

Primary LanguageTypeScriptMIT LicenseMIT

coc-comrade

coc.nvim extension for comrade completion

Install

:CocInstall coc-comrade

Setup local development

Clone the repository

git clone https://github.com/quangnguyen30192/coc-comrade

Set vim runtime path that includes the repository

set rtp+=~/coc-comrade/

Build the project

yarn 

Watch changes and develop

From the development repository

yarn watch

Then :CocRestart to see the changes

License

MIT