Update rustaceanvim

This commit is contained in:
2025-09-22 09:40:07 +02:00
parent c62cbcd80d
commit f0378b57e6
2 changed files with 3 additions and 7 deletions

View File

@@ -167,7 +167,7 @@ return {
},
{
'mrcjkb/rustaceanvim',
version = "^4",
version = "^6",
lazy = false,
ft = { "rust" },
config = function()
@@ -185,11 +185,7 @@ return {
runBuildScripts = true,
},
-- Add clippy lints for Rust.
checkOnSave = {
allFeatures = true,
command = "clippy",
extraArgs = { "--no-deps" },
},
checkOnSave = true,
-- TODO this breaks diagnostics, look into what can be done
-- procMacro = {
-- enable = true,