Add helix config
This commit is contained in:
parent
41a50beade
commit
221a7cb5c3
1 changed files with 5 additions and 0 deletions
5
templates/.config/helix/config.toml
Normal file
5
templates/.config/helix/config.toml
Normal file
|
@ -0,0 +1,5 @@
|
|||
theme = "base16_default"
|
||||
|
||||
[editor]
|
||||
line-number = "relative"
|
||||
rulers = [80, 100]
|
Loading…
Add table
Reference in a new issue