Skip to content
Snippets Groups Projects
Commit d42df84e authored by Jan Hensel's avatar Jan Hensel :penguin:
Browse files

nvim: Configure rust-analyzer

parent e436a4e4
No related branches found
No related tags found
No related merge requests found
......@@ -132,3 +132,20 @@ if not configs.muddles then
}
end
lspconfig.muddles.setup {}
lspconfig.rust_analyzer.setup {
-- Other Configs ...
settings = {
["rust-analyzer"] = {
-- Other Settings ...
procMacro = {
ignored = {
leptos_macro = {
-- optional: --
-- "component",
"server",
},
},
},
},
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment