feat(meson): add mesonlsp
This commit is contained in:
@@ -0,0 +1,12 @@
|
|||||||
|
---@type ServerConfig
|
||||||
|
return {
|
||||||
|
enable = true,
|
||||||
|
mason = { "mesonlsp" },
|
||||||
|
lspconfig = {
|
||||||
|
settings = {
|
||||||
|
others = {
|
||||||
|
disableInlayHints = true,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user