This commit is contained in:
poslop
2026-02-10 13:58:39 -06:00
parent be94adda8a
commit 8ccc729ce7
2 changed files with 7 additions and 0 deletions

View File

@@ -17,6 +17,8 @@ return {
opts = {
formatters_by_ft = {
lua = { "stylua" },
yml = { "yamlfmt" },
yaml = { "yamlfmt" },
},
default_format_opts = {
lsp_format = "fallback",

View File

@@ -6,3 +6,8 @@
lua-language-server
stylua
```
### **Yaml**
```
yamlfmt
```