tangled
alpha
login
or
join now
biscui.tech
/
dotfiles
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
feat: added some config to helix
biscui.tech
1 year ago
b26e1f49
435a69a6
+6
-3
1 changed file
expand all
collapse all
unified
split
.config
helix
config.toml
+6
-3
.config/helix/config.toml
···
4
4
[editor]
5
5
line-number = "relative"
6
6
scroll-lines = 1
7
7
-
# auto-pairs = false
8
7
mouse = true
9
8
auto-format = true
10
9
bufferline="multiple"
···
20
19
21
20
[editor.lsp]
22
21
display-messages = true
23
23
-
display-inlay-hints = true
22
22
+
display-inlay-hints = false
24
23
25
24
[editor.soft-wrap]
26
25
enable = true
27
26
max-wrap = 25 # increase value to reduce forced mid-word wrapping
28
27
max-indent-retain = 0
29
29
-
# wrap-indicator = "" # set wrap-indicator to "" to hide it
30
28
31
29
[editor.statusline]
32
30
left = ["mode", "spinner", "file-name"]
···
45
43
46
44
[editor.inline-diagnostics]
47
45
cursor-line = "warning"
46
46
+
47
47
+
[editor.indent-guides]
48
48
+
render = true
49
49
+
character = "┊" # Some characters that work well: "▏", "╎", "┆", "┊", "⸽"
50
50
+
skip-levels = 1
48
51
49
52
[keys.normal]
50
53
g = { a = "code_action" } # Maps `ga` to show possible code actions