This commit is contained in:
h 2026-01-07 02:55:12 -05:00
parent c980c209f3
commit bcc5e8ce98

View File

@ -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 = {},