aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/solang.lua
Commit message (Collapse)AuthorAgeFilesLines
* feat: expose configsMichael Lingelbach2021-11-251-28/+0
|
* chore: use find_git_ancestor consistently (#1404)kylo2522021-11-111-2/+2
|
* fix(solang): add --target argument (#1388)William Boman2021-11-091-1/+1
| | | | * Solang needs to specify a target now, can be ewasm, solana, or substrate * default to ewasm
* feat(solidity): support solang language server (#1227)Michael Lingelbach2021-09-051-0/+28
Co-authored-by: Christian Chiarulli <chris.machine@pm.me>