mirror of
https://github.com/DefectingCat/nvim
synced 2025-07-15 08:41:33 +00:00
update rustaceanvim
This commit is contained in:
@ -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,
|
||||
|
@ -24,7 +24,7 @@ else
|
||||
},
|
||||
{
|
||||
"mrcjkb/rustaceanvim",
|
||||
version = "^5", -- Recommended
|
||||
version = "^6", -- Recommended
|
||||
ft = { "rust" },
|
||||
opts = {
|
||||
server = {
|
||||
|
Reference in New Issue
Block a user