mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
chore: remove inline diagnostic
This commit is contained in:
parent
7b54778a90
commit
37458d5946
2 changed files with 0 additions and 23 deletions
|
|
@ -5,4 +5,3 @@ vim.opt.swapfile = false
|
||||||
vim.opt.backup = false
|
vim.opt.backup = false
|
||||||
vim.opt.writebackup = false
|
vim.opt.writebackup = false
|
||||||
vim.opt.spelllang = {}
|
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…
Add table
Reference in a new issue