mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
Update formatting.lua
This commit is contained in:
parent
78e6405f90
commit
2b694bea79
1 changed files with 2 additions and 0 deletions
|
|
@ -90,6 +90,8 @@ return {
|
|||
lua = { "stylua" },
|
||||
fish = { "fish_indent" },
|
||||
sh = { "shfmt" },
|
||||
-- yamlls doesn't respect your prettier config
|
||||
yaml = { { "prettierd", "prettier", "yamlfix" } },
|
||||
},
|
||||
-- The options you set here will be merged with the builtin formatters.
|
||||
-- You can also define any custom formatters here.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue