this repo has no description

Add leptos in rust

+5 -2
+5 -2
.config/helix/language.toml
··· 1 - 2 1 [[language]] 3 2 name = "rust" 3 + 4 + [language-server.rust-analyzer] 5 + config = { procMacro = { ignored = { leptos_macro = ["component", "server"] } } } 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 - # includeInlayVariableTypeHints = true 242 + # includeInlayVariableTypeHints = true