Files
neovim/lua/plugins/lspconfig.lua
2026-01-02 16:28:42 +00:00

7 lines
93 B
Lua

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