ericglau / cairo-ls

Cairo Language Server

Home Page:https://marketplace.visualstudio.com/items?itemName=ericglau.cairo-ls

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

easy installation with coc?

amanusk opened this issue · comments

Is is possible to make this into "1-step" installation with something like :CocInstall coc-cairo ?

This should be possible by creating a Coc extension. See this example.

If interested, feel free to give it a try (e.g. as a separate folder in this repo) and submit a PR. Or you could create one in your own repo and release it on npm. I think either way would be fine.

@amanusk i actually gave this a go this morning. feel free to try it https://github.com/kevinhalliday/coc-cairo

I've updated the links in the main readme to point to the above. Thanks @kevinhalliday for creating it!