add better diagnostics plugin

This commit is contained in:
kyasuda
2025-08-19 09:45:05 -07:00
parent c3a73c4a00
commit 180160fee1
3 changed files with 5 additions and 14 deletions

View File

@@ -1,9 +0,0 @@
return {
"https://git.sr.ht/~whynothugo/lsp_lines.nvim",
config = function()
-- lsp_lines
vim.diagnostic.config({ virtual_text = false })
-- --
vim.keymap.set("", "<Leader>tl", require("lsp_lines").toggle, { desc = "Toggle lsp_lines" })
end,
}