helix? more like hellyeah
This commit is contained in:
parent
2788a080de
commit
33f3d238f8
37
.config/helix/config.toml
Normal file
37
.config/helix/config.toml
Normal 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 = "⏎"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user