9 lines
127 B
Lua
9 lines
127 B
Lua
---@type vim.lsp.Config
|
|
return {
|
|
settings = {
|
|
others = {
|
|
disableInlayHints = true,
|
|
},
|
|
},
|
|
}
|