summaryrefslogtreecommitdiff
path: root/.config/helix/config.toml
blob: 4ddda7a45af61cb0c39a6fde79045e15f607b416 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
theme = "catppuccin_mocha"

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

[editor.soft-wrap]
enable = true

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

[editor.file-picker]
hidden = false