feat(meson): add mesonlsp

This commit is contained in:
2024-10-07 22:39:54 +02:00
parent 83562bb7a0
commit cea034bd82
+12
View File
@@ -0,0 +1,12 @@
---@type ServerConfig
return {
enable = true,
mason = { "mesonlsp" },
lspconfig = {
settings = {
others = {
disableInlayHints = true,
},
},
},
}