tangled
alpha
login
or
join now
biscui.tech
/
dotfiles
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
added leptos macros support
biscui.tech
1 year ago
2436503b
32a5bed5
+10
1 changed file
expand all
collapse all
unified
split
.config
helix
languages.toml
+10
.config/helix/languages.toml
···
90
90
auto-format = true
91
91
language-servers = [ "astro-ls" ]
92
92
93
93
+
94
94
+
[[language]]
95
95
+
name = "rust"
96
96
+
97
97
+
[language-server.rust-analyzer]
98
98
+
config = { procMacro = { ignored = { leptos_macro = [
99
99
+
# Optional:
100
100
+
# "component",
101
101
+
"server"
102
102
+
] } } }