mirror of
https://github.com/DefectingCat/dotfiles
synced 2025-07-15 16:51:36 +00:00
add extra args for rust analyzer
This commit is contained in:
@ -28,7 +28,8 @@ local options = {
|
||||
},
|
||||
checkOnSave = {
|
||||
allFeatures = true,
|
||||
--[[ command = "clippy", ]]
|
||||
command = "clippy",
|
||||
extraArgs = { "--no-deps" },
|
||||
},
|
||||
files = {
|
||||
excludeDirs = {
|
||||
|
Reference in New Issue
Block a user