mirror of https://github.com/LazyVim/starter
fix: disable inline diagnostic
parent
88daa0415c
commit
d6500b11d4
|
@ -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,
|
||||
-- },
|
||||
-- },
|
||||
-- },
|
||||
}
|
||||
|
|
|
@ -25,14 +25,14 @@ return {
|
|||
-- },
|
||||
-- },
|
||||
-- },
|
||||
{
|
||||
"nvim-lspconfig",
|
||||
opts = {
|
||||
diagnostics = {
|
||||
virtual_text = false,
|
||||
},
|
||||
},
|
||||
},
|
||||
-- {
|
||||
-- "nvim-lspconfig",
|
||||
-- opts = {
|
||||
-- diagnostics = {
|
||||
-- virtual_text = false,
|
||||
-- },
|
||||
-- },
|
||||
-- },
|
||||
{
|
||||
"mfussenegger/nvim-dap",
|
||||
opts = {
|
||||
|
|
Loading…
Reference in New Issue