mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-27 22:24:50 +02:00
fix(lang.rust): RA hanging on root scanned
This commit is contained in:
parent
25abbf546d
commit
95a21f964f
1 changed files with 2 additions and 0 deletions
|
@ -104,6 +104,8 @@ return {
|
|||
"venv",
|
||||
".venv",
|
||||
},
|
||||
-- Avoid Roots Scanned hanging, see https://github.com/rust-lang/rust-analyzer/issues/12613#issuecomment-2096386344
|
||||
watcher = "client",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue