turns out neovim supports lsp line diagnostics natively

This commit is contained in:
2025-05-19 02:22:49 -04:00
parent f9311db805
commit ef678f31fd
2 changed files with 1 additions and 5 deletions

View File

@ -1,4 +0,0 @@
return { "whynothugo/lsp_lines",
url = "https://git.sr.ht/~whynothugo/lsp_lines.nvim",
disable = not vim.fn.has("nvim-0.8.0")
}