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

View File

@ -69,7 +69,7 @@ function M.setup()
vim.diagnostic.config {
virtual_text = false,
virtual_lines = {
only_current_line = true
current_line = true
},
update_in_insert = false,
underline = true,