This commit is contained in:
Paul Lopez
2025-12-03 08:54:39 -06:00
commit d5205bb355
12 changed files with 792 additions and 0 deletions

12
helix/config.toml Normal file
View File

@@ -0,0 +1,12 @@
theme = "darcula-solid"
[editor]
line-number = "relative"
[editor.statusline]
mode.normal = "NORMAL"
mode.insert = "INSERT"
mode.select = "SELECT"
[keys.insert]
C-space = "completion"