helix: update to 25.01

This commit is contained in:
2025-01-19 21:05:16 +01:00
parent b6bdaeb9ec
commit f79df246ea

View File

@@ -5,6 +5,8 @@ line-number = "relative"
cursor-shape.insert = "bar" cursor-shape.insert = "bar"
insert-final-newline = false insert-final-newline = false
rulers = [80, 100] rulers = [80, 100]
# Minimum severity to show a diagnostic after the end of a line
end-of-line-diagnostics = "hint"
[editor.whitespace.render] [editor.whitespace.render]
tab = "all" tab = "all"
@@ -16,6 +18,10 @@ render = true
[editor.lsp] [editor.lsp]
display-inlay-hints = true display-inlay-hints = true
[editor.inline-diagnostics]
# Minimum severity to show a diagnostic on the primary cursor's line.
cursor-line = "error"
[keys.normal] [keys.normal]
"_" = ["extend_line_up", "extend_to_line_bounds"] "_" = ["extend_line_up", "extend_to_line_bounds"]
"+" = ["extend_line_down", "extend_to_line_bounds"] "+" = ["extend_line_down", "extend_to_line_bounds"]