mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-14 11:24:38 +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
|
||||
diagnostics = {
|
||||
enable = diagnostics == "rust-analyzer",
|
||||
disabled = {
|
||||
"proc-macro-disabled",
|
||||
},
|
||||
},
|
||||
procMacro = {
|
||||
enable = true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue