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

7 lines
103 B
Lua
Raw Normal View History

2024-06-29 12:22:29 +02:00
return {
"neovim/nvim-lspconfig",
opts = {
inlay_hints = { enabled = false },
},
}