lsp_lines is a simple neovim plugin that renders diagnostics using virtual
lines on top of the real line of code.
"9th8/lsp_lines.nvim",This plugin's functionality can be disabled with:
vim.diagnostic.config({ virtual_lines = false })And it can be re-enabled via:
vim.diagnostic.config({ virtual_lines = true })