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 { return {
{ -- {
"rachartier/tiny-inline-diagnostic.nvim", -- "rachartier/tiny-inline-diagnostic.nvim",
event = "VeryLazy", -- event = "VeryLazy",
opts = { -- opts = {
signs = { -- signs = {
left = "", -- left = "",
right = "", -- right = "",
diag = "", -- diag = "●",
arrow = "", -- arrow = "  ",
up_arrow = "", -- up_arrow = "  ",
vertical = "", -- vertical = "│",
-- vertical_end = "╰", -- -- vertical_end = "╰",
vertical_end = "", -- vertical_end = "└",
}, -- },
break_line = { -- break_line = {
enabled = true, -- enabled = true,
after = 15, -- after = 15,
}, -- },
}, -- },
}, -- },
} }

View File

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