config/.config/nvim/lua/user/lsp/settings/solang.lua

5 lines
174 B
Lua

-- targets can be one of ewasm, generic, sabre, solana, substrate
return {
cmd = { "solang", "--language-server", "--target", "ewasm", "--importpath", "node_modules/" },
}