add extra args for rust analyzer

This commit is contained in:
DefectingCat
2024-01-10 14:08:07 +08:00
parent 338864aabf
commit 1de5fe3b2e

View File

@ -28,7 +28,8 @@ local options = {
}, },
checkOnSave = { checkOnSave = {
allFeatures = true, allFeatures = true,
--[[ command = "clippy", ]] command = "clippy",
extraArgs = { "--no-deps" },
}, },
files = { files = {
excludeDirs = { excludeDirs = {