update rustaceanvim

This commit is contained in:
xfy
2025-04-27 18:44:25 +08:00
parent d5a47509ea
commit ab060edf17
2 changed files with 5 additions and 7 deletions

View File

@ -10,12 +10,10 @@ local M = {
settings = { settings = {
["rust-analyzer"] = { ["rust-analyzer"] = {
standalone = true, standalone = true,
checkOnSave = { checkOnSave = true,
command = "clippy", -- rustfmt = {
}, -- overrideCommand = { "leptosfmt", "--stdin", "--rustfmt" },
rustfmt = { -- },
overrideCommand = { "leptosfmt", "--stdin", "--rustfmt" },
},
cargo = { cargo = {
allFeatures = true, allFeatures = true,
loadOutDirsFromCheck = true, loadOutDirsFromCheck = true,

View File

@ -24,7 +24,7 @@ else
}, },
{ {
"mrcjkb/rustaceanvim", "mrcjkb/rustaceanvim",
version = "^5", -- Recommended version = "^6", -- Recommended
ft = { "rust" }, ft = { "rust" },
opts = { opts = {
server = { server = {