mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-23 01:08:59 +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 = {
|
cargo = {
|
||||||
allFeatures = true,
|
allFeatures = true,
|
||||||
loadOutDirsFromCheck = true,
|
loadOutDirsFromCheck = true,
|
||||||
runBuildScripts = true,
|
buildScripts = {
|
||||||
|
enable = true,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
-- Add clippy lints for Rust.
|
-- Add clippy lints for Rust.
|
||||||
checkOnSave = {
|
checkOnSave = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue