dotfiles/nvim/lua/plugins/disabled.lua

10 lines
140 B
Lua
Raw Normal View History

2023-08-23 09:38:41 +02:00
return {
"nvim-lspconfig",
opts = {
2023-12-21 16:24:12 +01:00
inlay_hints = { enabled = true },
2023-08-23 09:38:41 +02:00
diagnostics = {
virtual_text = false,
},
},
}