aboutsummaryrefslogtreecommitdiffstats
path: root/.config/helix/config.toml
blob: bcf5f448c8dc0cddf7c8a9fa5c42a884399332e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
theme = "onedark"
[editor]
true-color = true
line-number = "relative"
shell = ["zsh", "-c"]

[editor.cursor-shape]
insert = "bar"

[editor.statusline]
left = ["mode", "spinner"]
center = ["file-name"]
right = ["diagnostics", "selections", "position", "file-encoding", "file-line-ending", "file-type"]
separator = "│"
mode.normal = "NORMAL"
mode.insert = "INSERT"
mode.select = "SELECT"

[editor.lsp]
display-messages = true