stop highlighting the whole line for diagnostics
This commit is contained in:
@ -7,7 +7,7 @@ lines.setup()
|
||||
|
||||
vim.diagnostic.config {
|
||||
virtual_lines = {
|
||||
highlight_whole_line = true,
|
||||
highlight_whole_line = false,
|
||||
only_current_line = true
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user