diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-01-04 02:16:02 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-01-04 02:16:02 +0100 |
commit | 1afd0ba68c6572bad20506e0e21a7a1179a77f0e (patch) | |
tree | e4418ccdd89bcd225e9eb511d309e68ccc08a9e0 | |
parent | 2f8987983c65582fd4d2289c09ee61afd5567b2f (diff) |
Update to 25.1
-rw-r--r-- | config.toml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/config.toml b/config.toml index ed47838..35947be 100644 --- a/config.toml +++ b/config.toml @@ -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"
|