turns out neovim supports lsp line diagnostics natively
This commit is contained in:
@ -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")
|
||||
}
|
@ -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,
|
||||
|
Reference in New Issue
Block a user