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"
[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"