qiuxiang / coc-solidity

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

error loading solc #16

Open kieranmakes opened 1 year ago

kieranmakes commented 1 year ago

I get the error:

[coc.nvim] spawn solc ENOENT

I am using mac os, and have solc-macos installed in my nvim autoload folder, I have also made the file executable.

My coc-settings contain this:

"languageserver": { "solidity": { "command": "./Users/kieranwilliams/.config/nvim/autoload/solc-macos", "args": ["--lsp"], "trace.server": "verbose", "rootPatterns": [".git/"], "filetypes": ["solidity"] } }

Is there anything I am missing?

AGMETEOR commented 9 months ago

Facing the same error

crazyoptimist commented 9 months ago

Facing the same error.