13 lines
217 B
Lua
13 lines
217 B
Lua
---@type ServerConfig
|
|
return {
|
|
enable = true,
|
|
mason = { "mesonlsp" },
|
|
lspconfig = {
|
|
settings = {
|
|
others = {
|
|
disableInlayHints = true,
|
|
},
|
|
},
|
|
},
|
|
}
|