mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-14 19:34:36 +02:00
Merge 4f2d34436a
into 25abbf546d
This commit is contained in:
commit
4c6096a139
1 changed files with 3 additions and 0 deletions
|
@ -83,6 +83,9 @@ return {
|
||||||
-- Enable diagnostics if using rust-analyzer
|
-- Enable diagnostics if using rust-analyzer
|
||||||
diagnostics = {
|
diagnostics = {
|
||||||
enable = diagnostics == "rust-analyzer",
|
enable = diagnostics == "rust-analyzer",
|
||||||
|
disabled = {
|
||||||
|
"proc-macro-disabled",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
procMacro = {
|
procMacro = {
|
||||||
enable = true,
|
enable = true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue