dotfiles/nvim/lua/plugins/disabled.lua

10 lines
141 B
Lua
Raw Normal View History

2023-08-23 09:38:41 +02:00
return {
"nvim-lspconfig",
opts = {
2024-09-30 09:45:40 +02:00
inlay_hints = { enabled = false },
2023-08-23 09:38:41 +02:00
diagnostics = {
virtual_text = false,
},
},
}