helix? more like hellyeah

This commit is contained in:
thatscringebro 2024-04-09 22:03:36 -04:00
parent 2788a080de
commit 33f3d238f8
2 changed files with 38 additions and 0 deletions

37
.config/helix/config.toml Normal file
View File

@ -0,0 +1,37 @@
theme = "darcula"
[editor]
line-number = "relative"
mouse = false
cursorline = true
auto-save = true
completion-timeout = 5
completion-replace = true
bufferline = "multiple"
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"
[editor.file-picker]
hidden = false
[editor.whitespace]
render = "all"
[editor.whitespace.characters]
nbsp = "⍽"
newline = "⏎"
[editor.indent-guides]
render = true
character = "╎"
skip-levels = 1
[editor.soft-wrap]
enable = true
max-wrap = 25
max-indent-retain = 0
wrap-indicator = "⏎"

View File

@ -26,6 +26,7 @@ Make sure you've got these packages before installing
- syncthing - syncthing
- gitui - gitui
- btop - btop
- helix-editor
## Installation ## Installation