made sure rust-analyzer expanded proc macros

This commit is contained in:
foxora 2026-04-07 17:56:54 +01:00
parent b1a03c6a97
commit 24c23362fd

View file

@ -47,6 +47,11 @@ if nixCats("lang.rust.lsp") then
diagnostics = {
enable = true,
},
["rust-analyzer"] = {
procMacro = {
enable = true,
},
},
},
}
end