Aktualizovat config.toml
This commit is contained in:
parent
ef3d892dc0
commit
52eecc7e18
17
config.toml
17
config.toml
@ -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"]}
|
||||
@ -14,3 +15,15 @@ auto-pairs = false
|
||||
|
||||
[keys.insert]
|
||||
"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