add a config file
This commit is contained in:
parent
6efd411c25
commit
0c45672b9c
1 changed files with 9 additions and 6 deletions
|
@ -1,19 +1,22 @@
|
|||
|
||||
theme = "theme_transparent"
|
||||
|
||||
[editor]
|
||||
line-number = "relative"
|
||||
mouse = true
|
||||
|
||||
#[editor.indent-guides]
|
||||
#character = "|"
|
||||
#render = true
|
||||
|
||||
[editor.soft-wrap]
|
||||
enable = true
|
||||
|
||||
[editor.cursor-shape]
|
||||
insert = "bar"
|
||||
normal = "block"
|
||||
|
||||
[editor.file-picker]
|
||||
hidden = false
|
||||
|
||||
|
||||
|
||||
[keys.normal]
|
||||
|
||||
# Quick iteration on config changes
|
||||
C-o = ":config-open"
|
||||
C-r = ":config-reload"
|
||||
|
|
Loading…
Reference in a new issue