lsp_lines only on current line

This commit is contained in:
Oliver Hartmann 2023-04-27 22:48:37 +02:00
parent 476c83e7a8
commit 2ed815894f

View File

@ -310,7 +310,7 @@ return {
}) })
-- vim.diagnostic.config({ virtual_text = false }) -- vim.diagnostic.config({ virtual_text = false })
vim.diagnostic.config({ virtual_text = false, virtual_lines = true }) vim.diagnostic.config({ virtual_text = false, virtual_lines = { only_current_line = true } })
end, end,
event = 'VeryLazy' event = 'VeryLazy'
} }