Aktualizovat config.toml

This commit is contained in:
Kankys 2024-03-12 19:04:45 +00:00
parent ef3d892dc0
commit 52eecc7e18
1 changed files with 16 additions and 3 deletions

View File

@ -1,9 +1,10 @@
theme = "dracula"
theme = "osaka"
[editor]
color-modes = true
auto-pairs = false
auto-pairs = true
auto-save = true
[keys.normal]
"tab" = { c = [":config-open"]}
@ -13,4 +14,16 @@ auto-pairs = false
"esc" = ["collapse_selection", "normal_mode", ":w"]
[keys.insert]
"esc" = ["normal_mode", ":w"]
"esc" = ["normal_mode", ":w"]
[editor.statusline]
left = ["mode", "spinner"]
center = ["file-name"]
right = ["diagnostics", "selections", "position", "file-encoding", "file-line-ending", "file-type", "position-percentage" ]
separator = "│"
mode.normal = "NORMAL"
mode.insert = "INSERT"
mode.select = "SELECT"
[editor.indent-guides]
render = true