Aktualizovat config.toml
This commit is contained in:
parent
ef3d892dc0
commit
52eecc7e18
19
config.toml
19
config.toml
@ -1,9 +1,10 @@
|
|||||||
theme = "dracula"
|
theme = "osaka"
|
||||||
|
|
||||||
|
|
||||||
[editor]
|
[editor]
|
||||||
color-modes = true
|
color-modes = true
|
||||||
auto-pairs = false
|
auto-pairs = true
|
||||||
|
auto-save = true
|
||||||
|
|
||||||
[keys.normal]
|
[keys.normal]
|
||||||
"tab" = { c = [":config-open"]}
|
"tab" = { c = [":config-open"]}
|
||||||
@ -13,4 +14,16 @@ auto-pairs = false
|
|||||||
"esc" = ["collapse_selection", "normal_mode", ":w"]
|
"esc" = ["collapse_selection", "normal_mode", ":w"]
|
||||||
|
|
||||||
[keys.insert]
|
[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
|
||||||
|
Loading…
Reference in New Issue
Block a user