summaryrefslogtreecommitdiff
path: root/artix/home/.config/helix/config.toml
blob: aece973312404eace9d446b378895bba81e97cdf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
theme = "tokyonight"

[editor]
	line-number = "absolute"
	cursorline = true
	end-of-line-diagnostics = "hint"
	auto-completion = true
	auto-format = false
	path-completion = true
[editor.indent-guides]
	render = true
	skip-levels = 1
[editor.whitespace]
	render = "all"
[editor.soft-wrap]
	enable = true
[editor.file-picker]
	hidden = false
[editor.lsp]
	display-messages = true
[editor.statusline]
	left = ["mode", "spinner", "version-control", "file-name"]
[editor.inline-diagnostics]
	cursor-line = "error"
	other-lines = "disable"
[keys.normal]
	X = "select_line_above"
	"A-s" = ":format"