Changed rust-analyzer settings
This commit is contained in:
parent
cf6ffdb83a
commit
3e7f424616
|
@ -541,13 +541,9 @@ local servers = {
|
|||
gopls = {},
|
||||
pyright = {},
|
||||
rust_analyzer = {
|
||||
-- enable clippy on save
|
||||
["rust-analyzer"] = {
|
||||
checkOnSave = {
|
||||
command = "clippy",
|
||||
},
|
||||
check = {
|
||||
allTargets = false,
|
||||
command = "clippy",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user