mirror of
https://github.com/cap153/nvim.git
synced 2026-05-02 03:25:46 +08:00
添加shell脚本格式化插件
This commit is contained in:
parent
447eb9b7d5
commit
0b7a66e4e7
2 changed files with 5 additions and 4 deletions
|
|
@ -9,6 +9,7 @@ return {
|
|||
rust = { "rust-analyzer", lsp_format = "fallback" },
|
||||
toml = { "templ" },
|
||||
html = { "djlint" },
|
||||
sh = { "shfmt" },
|
||||
},
|
||||
},
|
||||
config = function(_, opts)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue