diff --git a/lua/lsp/config/mesonlsp.lua b/lua/lsp/config/mesonlsp.lua new file mode 100644 index 0000000..48a283a --- /dev/null +++ b/lua/lsp/config/mesonlsp.lua @@ -0,0 +1,12 @@ +---@type ServerConfig +return { + enable = true, + mason = { "mesonlsp" }, + lspconfig = { + settings = { + others = { + disableInlayHints = true, + }, + }, + }, +}