mirror of
https://github.com/DefectingCat/nvim
synced 2025-07-15 16:51:33 +00:00
disable global rustfmt config
This commit is contained in:
@ -6,9 +6,9 @@ return {
|
||||
["rust-analyzer"] = {
|
||||
standalone = true,
|
||||
checkOnSave = true,
|
||||
rustfmt = {
|
||||
overrideCommand = { "leptosfmt", "--stdin", "--rustfmt" },
|
||||
},
|
||||
-- rustfmt = {
|
||||
-- overrideCommand = { "leptosfmt", "--stdin", "--rustfmt" },
|
||||
-- },
|
||||
cargo = {
|
||||
allFeatures = true,
|
||||
loadOutDirsFromCheck = true,
|
||||
|
Reference in New Issue
Block a user