chore: remove inline diagnostic

pull/99/head
fm39hz-laptop 2024-10-30 11:21:37 +07:00
parent 7b54778a90
commit 37458d5946
2 changed files with 0 additions and 23 deletions

View File

@ -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 })

View File

@ -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,
},
},
},
}