mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
refactor
This commit is contained in:
parent
13875c79ff
commit
bfb9d04da2
1 changed files with 1 additions and 6 deletions
|
|
@ -20,12 +20,7 @@ return {
|
||||||
"neovim/nvim-lspconfig",
|
"neovim/nvim-lspconfig",
|
||||||
opts = {
|
opts = {
|
||||||
servers = {
|
servers = {
|
||||||
solidity_ls = {
|
solidity_ls = {},
|
||||||
filetypes = { "solidity" },
|
|
||||||
root_dir = function(fname)
|
|
||||||
return require("lspconfig").util.root_pattern("foundry.toml", "hardhat.config.*", ".git")(fname)
|
|
||||||
end,
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue