dotfiles/.config/nvim/lua/plugins/nvim-lspconfig.lua

6 lines
103 B
Lua

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