mirror of https://github.com/LazyVim/starter
chore: remove inline diagnostic
parent
7b54778a90
commit
37458d5946
|
@ -5,4 +5,3 @@ vim.opt.swapfile = false
|
|||
vim.opt.backup = false
|
||||
vim.opt.writebackup = false
|
||||
vim.opt.spelllang = {}
|
||||
vim.diagnostic.config({ virtual_text = false })
|
||||
|
|
|
@ -1,22 +0,0 @@
|
|||
return {
|
||||
{
|
||||
"rachartier/tiny-inline-diagnostic.nvim",
|
||||
event = "BufReadPre",
|
||||
opts = {
|
||||
signs = {
|
||||
left = "",
|
||||
right = "",
|
||||
diag = "●",
|
||||
arrow = " ",
|
||||
up_arrow = " ",
|
||||
vertical = "│",
|
||||
-- vertical_end = "╰",
|
||||
vertical_end = "└",
|
||||
},
|
||||
break_line = {
|
||||
enabled = true,
|
||||
after = 15,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Reference in New Issue