sol
This commit is contained in:
parent
c980c209f3
commit
bcc5e8ce98
@ -71,6 +71,14 @@ local lsp_confs = {
|
||||
},
|
||||
},
|
||||
},
|
||||
solidity_ls = {
|
||||
|
||||
filetpes = { "solidity" },
|
||||
|
||||
root_dir = find_repo_root({
|
||||
configfiles = { "hardhat.config.js", "hardhat.config.ts", "foundry.toml", "remappings.txt", "truffle.js", "truffle-config.js", "ape-config.yaml", ".git", "package.json" }
|
||||
})
|
||||
},
|
||||
coq_lsp = {},
|
||||
racket_langserver = {},
|
||||
ocamllsp = {},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user