Files
nvim/lua/lsp/config/mesonlsp.lua
T
2024-10-07 22:40:15 +02:00

13 lines
217 B
Lua

---@type ServerConfig
return {
enable = true,
mason = { "mesonlsp" },
lspconfig = {
settings = {
others = {
disableInlayHints = true,
},
},
},
}