Attempt to get basic leptos site working in devshell and nix package
This commit is contained in:
parent
0ff2b12fb0
commit
af3c61d75c
19 changed files with 3051 additions and 2 deletions
9
.helix/languages.toml
Normal file
9
.helix/languages.toml
Normal file
|
@ -0,0 +1,9 @@
|
|||
[[language]]
|
||||
name = "rust"
|
||||
|
||||
[language-server.rust-analyzer]
|
||||
config = { procMacro = { ignored = { leptos_macro = [
|
||||
# Optional:
|
||||
# "component",
|
||||
"server"
|
||||
] } } }
|
Loading…
Add table
Add a link
Reference in a new issue