feat: Add new app configs

Add Helix editor basic configuration file.
This commit is contained in:
Dionisio E Alonso 2023-01-15 22:56:25 -03:00
parent 5a49ffb43b
commit 4204269313
1 changed files with 6 additions and 0 deletions

6
helix/config.toml Normal file
View File

@ -0,0 +1,6 @@
theme = "dark_plus"
[editor]
cursorline = true
line-number = "relative"
rulers = [80]