qiuxiang / coc-solidity

Solidity language server for coc.nvim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error loading solc

kieranmakes opened this issue · comments

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?

Facing the same error

Facing the same error.