mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 08:35:53 +02:00
fix(extras): Rust-Analyzer cargo option (#3061)
* fix(extras): Rust-Analyzer cargo option * fix(extras): Rust-Analyzer cargo option
This commit is contained in:
parent
b8475f5194
commit
a96348d7b0
1 changed files with 3 additions and 1 deletions
|
@ -60,7 +60,9 @@ return {
|
|||
cargo = {
|
||||
allFeatures = true,
|
||||
loadOutDirsFromCheck = true,
|
||||
runBuildScripts = true,
|
||||
buildScripts = {
|
||||
enable = true,
|
||||
},
|
||||
},
|
||||
-- Add clippy lints for Rust.
|
||||
checkOnSave = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue