pwsh & rustfmt

This commit is contained in:
2026-05-22 10:11:25 +02:00
parent ee4515da26
commit 91773e0a00
7 changed files with 59 additions and 8 deletions
+2 -1
View File
@@ -12,7 +12,8 @@ M.plugin = {
vim.g.neoformat_enabled_sh = { "shfmt" }
vim.g.neoformat_enabled_bash = { "shfmt" }
vim.g.neoformat_enabled_zsh = { "shfmt" }
vim.g.neoformat_enabled_powershell = { "pwshfmt" } -- experimental
vim.g.neoformat_enabled_rust = { "rustfmt" }
vim.g.neoformat_enabled_pwsh = { "pwshfmt" }
end,
}