made sure rust-analyzer expanded proc macros
This commit is contained in:
parent
b1a03c6a97
commit
24c23362fd
1 changed files with 5 additions and 0 deletions
|
|
@ -47,6 +47,11 @@ if nixCats("lang.rust.lsp") then
|
|||
diagnostics = {
|
||||
enable = true,
|
||||
},
|
||||
["rust-analyzer"] = {
|
||||
procMacro = {
|
||||
enable = true,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue