starter/lua/plugins/development/diagnostic.lua

23 lines
360 B
Lua
Raw Normal View History

2024-07-04 15:22:44 +08:00
return {
{
"rachartier/tiny-inline-diagnostic.nvim",
event = "VeryLazy",
opts = {
signs = {
left = "",
right = "",
diag = "",
arrow = "",
up_arrow = "",
2024-07-08 16:55:44 +08:00
vertical = "",
-- vertical_end = "╰",
vertical_end = "",
},
break_line = {
enabled = true,
after = 15,
2024-07-04 15:22:44 +08:00
},
},
},
}