This commit is contained in:
Folke Lemaitre 2025-10-20 11:19:52 +02:00
parent 13875c79ff
commit bfb9d04da2
No known key found for this signature in database
GPG key ID: 9B52594D560070AB

View file

@ -20,12 +20,7 @@ return {
"neovim/nvim-lspconfig",
opts = {
servers = {
solidity_ls = {
filetypes = { "solidity" },
root_dir = function(fname)
return require("lspconfig").util.root_pattern("foundry.toml", "hardhat.config.*", ".git")(fname)
end,
},
solidity_ls = {},
},
},
},