starter/lua/plugins/development/diagnostic.lua

23 lines
420 B
Lua
Raw Normal View History

2024-07-04 15:22:44 +08:00
return {
2024-07-11 21:14:46 +08:00
-- {
-- "rachartier/tiny-inline-diagnostic.nvim",
-- event = "VeryLazy",
-- opts = {
-- signs = {
-- left = "",
-- right = "",
-- diag = "●",
-- arrow = "  ",
-- up_arrow = "  ",
-- vertical = "│",
-- -- vertical_end = "╰",
-- vertical_end = "└",
-- },
-- break_line = {
-- enabled = true,
-- after = 15,
-- },
-- },
-- },
2024-07-04 15:22:44 +08:00
}