helix: Update diagnostic styles
This commit is contained in:
parent
15b58cc168
commit
e5bd3d155b
2 changed files with 14 additions and 10 deletions
|
|
@ -5,12 +5,16 @@ scrolloff = 1
|
|||
cursorline = true
|
||||
trim-final-newlines = true
|
||||
trim-trailing-whitespace = true
|
||||
end-of-line-diagnostics = "hint"
|
||||
|
||||
[editor.cursor-shape]
|
||||
insert = "bar"
|
||||
normal = "block"
|
||||
select = "underline"
|
||||
|
||||
[editor.inline-diagnostics]
|
||||
cursor-line = "warning"
|
||||
|
||||
[editor.file-picker]
|
||||
hidden = false
|
||||
deduplicate-links = false
|
||||
|
|
|
|||
Loading…
Reference in a new issue