Files
dots/nvim/.config/nvim/lua/plugins/lspconfig.lua

7 lines
86 B
Lua

return {
"nvim-lspconfig",
opts = {
inlay_hints = { enabled = false },
},
}