mirror of https://github.com/LazyVim/starter
fix: disable inline diagnostic
parent
88daa0415c
commit
d6500b11d4
|
@ -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,
|
||||||
},
|
-- },
|
||||||
},
|
-- },
|
||||||
},
|
-- },
|
||||||
}
|
}
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in New Issue