Files
nvim-config/lua/plugins/diagnostics.lua
T

11 lines
217 B
Lua

return {
{
"LazyVim/LazyVim",
opts = function(_, opts)
opts.diagnostics = opts.diagnostics or {}
opts.diagnostics.virtual_text = false
opts.diagnostics.virtual_lines = true
end,
},
}