Skip to content

Commit

Permalink
Update leptos_dx.md (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbutterwick authored Mar 22, 2024
1 parent 27bb5be commit 4623094
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions src/getting_started/leptos_dx.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,11 @@ Helix, in `.helix/languages.toml`:
name = "rust"

[language-server.rust-analyzer]
config = { procMacro = { ignored =
{ leptos_macro =
[
# Optional:
# "component",
"server"
] } } }
config = { procMacro = { ignored = { leptos_macro = [
# Optional:
# "component",
"server"
] } } }
```

## 3) Set up `leptosfmt` With Rust Analyzer (optional)
Expand Down

0 comments on commit 4623094

Please sign in to comment.