tangled
alpha
login
or
join now
biscui.tech
/
dotfiles
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
fix language
biscui.tech
2 years ago
da0ddc52
9e4e1f4a
+2
-2
1 changed file
expand all
collapse all
unified
split
.config
helix
language.toml
+2
-2
.config/helix/language.toml
···
1
1
[[language]]
2
2
name = "rust"
3
3
4
4
-
[language-server.rust-analyzer]
5
5
-
config = { procMacro = { ignored = { leptos_macro = ["component", "server"] } } }
4
4
+
# [language-server.rust-analyzer]
5
5
+
# config = { procMacro = { ignored = { leptos_macro = ["component", "server"] } } }
6
6
7
7
[language.config.hints]
8
8
assignVariableTypes = true