fix: disable inline diagnostic

pull/99/head
fm39hz-laptop 2024-07-11 20:14:46 +07:00
parent 88daa0415c
commit d6500b11d4
2 changed files with 28 additions and 28 deletions

View File

@ -1,22 +1,22 @@
return {
{
"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,
},
},
},
-- {
-- "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,
-- },
-- },
-- },
}

View File

@ -25,14 +25,14 @@ return {
-- },
-- },
-- },
{
"nvim-lspconfig",
opts = {
diagnostics = {
virtual_text = false,
},
},
},
-- {
-- "nvim-lspconfig",
-- opts = {
-- diagnostics = {
-- virtual_text = false,
-- },
-- },
-- },
{
"mfussenegger/nvim-dap",
opts = {