tangled
alpha
login
or
join now
biscui.tech
/
dotfiles
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
Add leptos in rust
biscui.tech
2 years ago
b6b9baf2
a44d54d4
+5
-2
1 changed file
expand all
collapse all
unified
split
.config
helix
language.toml
+5
-2
.config/helix/language.toml
···
1
1
-
2
1
[[language]]
3
2
name = "rust"
3
3
+
4
4
+
[language-server.rust-analyzer]
5
5
+
config = { procMacro = { ignored = { leptos_macro = ["component", "server"] } } }
6
6
+
4
7
5
8
[language.config.hints]
6
9
assignVariableTypes = true
···
236
239
# includeInlayParameterNameHints = "all"
237
240
# includeInlayParameterNameHintsWhenArgumentMatchesName = true
238
241
# includeInlayPropertyDeclarationTypeHints = true
239
239
-
# includeInlayVariableTypeHints = true
242
242
+
# includeInlayVariableTypeHints = true