initial config

This commit is contained in:
Andre Schaf 2026-06-17 16:22:00 +02:00
commit 096f0c0913
2 changed files with 41 additions and 0 deletions

11
config.toml Normal file
View file

@ -0,0 +1,11 @@
theme = "molokai"
[editor]
line-number = "relative"
clipboard-provider = "win32-yank"
true-color = true
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"