Added helix config files

This commit is contained in:
Gnarwhal 2024-07-28 17:49:55 +00:00
parent 8240741579
commit 8773306031
Signed by: Gnarwhal
GPG key ID: 0989A73D8C421174
4 changed files with 70 additions and 0 deletions

14
.config/helix/config.toml Normal file
View file

@ -0,0 +1,14 @@
theme = "base16_default_extended"
[editor]
completion-timeout = 5
cursorline = true
line-number = "relative"
popup-border = "all"
[editor.indent-guides]
render = true
character = "▏"
[keys.insert]
"C-g" = "normal_mode"