freeBSD config
This commit is contained in:
31
freeBSD/helix/config.toml
Normal file
31
freeBSD/helix/config.toml
Normal 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 = "⏎"
|
||||
Reference in New Issue
Block a user