summary refs log tree commit diff
path: root/helix.toml
blob: 54233e4c855e66d2e599e2331260ceabce61b2bf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
theme = "dark_plus"

[editor]
line-number = "absolute"
cursorline = true

[editor.soft-wrap]
enable = true

[editor.cursor-shape]
normal = "underline"
insert = "bar"
select= "block"

[editor.lsp]
display-inlay-hints = true