Update to 25.1
This commit is contained in:
@ -9,6 +9,7 @@ color-modes = true
|
|||||||
auto-pairs = false
|
auto-pairs = false
|
||||||
cursorline = true
|
cursorline = true
|
||||||
true-color = true
|
true-color = true
|
||||||
|
end-of-line-diagnostics = "hint"
|
||||||
|
|
||||||
[editor.statusline]
|
[editor.statusline]
|
||||||
left = ["mode", "file-name", "read-only-indicator", "file-modification-indicator", "version-control"]
|
left = ["mode", "file-name", "read-only-indicator", "file-modification-indicator", "version-control"]
|
||||||
@ -31,5 +32,5 @@ render = true
|
|||||||
[editor.smart-tab]
|
[editor.smart-tab]
|
||||||
enable = false
|
enable = false
|
||||||
|
|
||||||
[keys.normal]
|
[editor.inline-diagnostics]
|
||||||
"S-d" = "kill_to_line_end"
|
cursor-line = "error"
|
||||||
|
Reference in New Issue
Block a user