enable lsp_lines

This commit is contained in:
Oliver Hartmann 2023-04-27 22:05:49 +02:00
parent 5f17610dbf
commit 6b020335df

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 })
end,
event = 'VeryLazy'
}