Added helix config files
This commit is contained in:
parent
8240741579
commit
8773306031
4 changed files with 70 additions and 0 deletions
14
.config/helix/config.toml
Normal file
14
.config/helix/config.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue