Update to 25.1

This commit is contained in:
2025-01-04 02:16:02 +01:00
parent 2f8987983c
commit 1afd0ba68c

View File

@ -9,6 +9,7 @@ color-modes = true
auto-pairs = false
cursorline = true
true-color = true
end-of-line-diagnostics = "hint"
[editor.statusline]
left = ["mode", "file-name", "read-only-indicator", "file-modification-indicator", "version-control"]
@ -31,5 +32,5 @@ render = true
[editor.smart-tab]
enable = false
[keys.normal]
"S-d" = "kill_to_line_end"
[editor.inline-diagnostics]
cursor-line = "error"