mirror of
https://github.com/DefectingCat/nvim
synced 2025-07-15 16:51:33 +00:00
add leptosfmt
This commit is contained in:
@ -13,6 +13,9 @@ local M = {
|
||||
checkOnSave = {
|
||||
command = "clippy",
|
||||
},
|
||||
rustfmt = {
|
||||
overrideCommand = { "leptosfmt", "--stdin", "--rustfmt" },
|
||||
},
|
||||
cargo = {
|
||||
allFeatures = true,
|
||||
loadOutDirsFromCheck = true,
|
||||
|
Reference in New Issue
Block a user