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: inline diag
biscui.tech
2 years ago
8c9746dc
71172f41
+4
1 changed file
expand all
collapse all
unified
split
.config
helix
config.toml
+4
.config/helix/config.toml
···
8
8
mouse = true
9
9
auto-format = true
10
10
bufferline="multiple"
11
11
+
end-of-line-diagnostics = "hint"
11
12
12
13
[editor.cursor-shape]
13
14
insert = "bar"
···
41
42
mode.normal = "NORMAL"
42
43
mode.insert = "INSERT"
43
44
mode.select = "SELECT"
45
45
+
46
46
+
[editor.inline-diagnostics]
47
47
+
cursor-line = "warning"
44
48
45
49
[keys.normal]
46
50
g = { a = "code_action" } # Maps `ga` to show possible code actions