qiuxiang / coc-solidity

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

Read remappings.txt like solidity-language-server #7

Closed otavioschwanck closed 1 year ago

otavioschwanck commented 2 years ago

The VSCODE lsp reads remappings from remappings.txt. Would be nice if coc-solidity did that too

qiuxiang commented 2 years ago

u can use workspace level config, for example .vim/coc-settings.json:

{
  "solidity.remapping": {},
}
qiuxiang commented 2 years ago

this feature should be supported by new version.