stop highlighting the whole line for diagnostics

This commit is contained in:
2024-03-09 00:25:41 -05:00
parent f320dd6012
commit e385d07117

View File

@ -7,7 +7,7 @@ lines.setup()
vim.diagnostic.config {
virtual_lines = {
highlight_whole_line = true,
highlight_whole_line = false,
only_current_line = true
}
}