Files
nvim/after/lsp/mesonlsp.lua
T

9 lines
127 B
Lua

---@type vim.lsp.Config
return {
settings = {
others = {
disableInlayHints = true,
},
},
}