freeBSD config

This commit is contained in:
thatscringebro
2023-12-04 21:54:12 -05:00
parent 98f7bd2701
commit 136eefa9d1
37 changed files with 3788 additions and 0 deletions

31
freeBSD/helix/config.toml Normal file
View File

@@ -0,0 +1,31 @@
theme = "molokai"
[editor]
line-number = "absolute"
mouse = true
[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 = "⏎"