添加shell脚本格式化插件

This commit is contained in:
captain 2026-04-07 22:55:20 +08:00
parent 447eb9b7d5
commit 0b7a66e4e7
2 changed files with 5 additions and 4 deletions

View file

@ -9,6 +9,7 @@ return {
rust = { "rust-analyzer", lsp_format = "fallback" },
toml = { "templ" },
html = { "djlint" },
sh = { "shfmt" },
},
},
config = function(_, opts)