qiuxiang / coc-solidity

Solidity language server for coc.nvim
MIT License
49 stars 0 forks source link

yarn packages not installed automatically #1

Closed hexcowboy closed 2 years ago

hexcowboy commented 2 years ago

First of all, thanks for the repo. Take all my stars.

I just installed with CocInstall coc-solidity and had to manually go to my coc installation folder to install the node dependencies. Simply cd /Users/hex/.config/coc/extensions/node_modules/coc-solidity && yarn. Maybe there is a way to do this automatically when the package is installed from CoC?

qiuxiang commented 2 years ago

I will fix it in next release. Now I am rewriting a solidity lsp to provide more features, such as hover documentation.

qiuxiang commented 2 years ago

New version released with new language server. And this issue should be resolved.