add a config file

This commit is contained in:
Jérémy Primard 2024-10-03 16:17:14 +02:00
parent 6efd411c25
commit 0c45672b9c

View file

@ -1,19 +1,22 @@
theme = "theme_transparent" theme = "theme_transparent"
[editor] [editor]
line-number = "relative" line-number = "relative"
mouse = true
#[editor.indent-guides]
#character = "|"
#render = true
[editor.soft-wrap]
enable = true
[editor.cursor-shape] [editor.cursor-shape]
insert = "bar" insert = "bar"
normal = "block" normal = "block"
[editor.file-picker]
hidden = false
[keys.normal] [keys.normal]
# Quick iteration on config changes # Quick iteration on config changes
C-o = ":config-open" C-o = ":config-open"
C-r = ":config-reload" C-r = ":config-reload"