stop highlighting the whole line for diagnostics

This commit is contained in:
2024-03-09 00:25:41 -05:00
parent fbe0ba5c4b
commit dad7fc2b43

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
}
}