stop highlighting the whole line for diagnostics
This commit is contained in:
parent
f320dd6012
commit
e385d07117
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ lines.setup()
|
|||
|
||||
vim.diagnostic.config {
|
||||
virtual_lines = {
|
||||
highlight_whole_line = true,
|
||||
highlight_whole_line = false,
|
||||
only_current_line = true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue