starter/lua/plugins/development/diagnostic.lua
2024-07-04 14:22:44 +07:00

17 lines
273 B
Lua

return {
{
"rachartier/tiny-inline-diagnostic.nvim",
event = "VeryLazy",
opts = {
signs = {
left = "",
right = "",
diag = "",
arrow = "",
up_arrow = "",
vertical = "",
vertical_end = "",
},
},
},
}