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 = {
["rust-analyzer"] = {
standalone = true,
checkOnSave = {
command = "clippy",
},
rustfmt = {
overrideCommand = { "leptosfmt", "--stdin", "--rustfmt" },
},
checkOnSave = true,
-- rustfmt = {
-- overrideCommand = { "leptosfmt", "--stdin", "--rustfmt" },
-- },
cargo = {
allFeatures = true,
loadOutDirsFromCheck = true,

View File

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