This commit is contained in:
2026-03-02 10:44:30 -06:00
parent 3d80d362da
commit 65992c0328
3 changed files with 8 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ return {
yml = { "yamlfmt" },
yaml = { "yamlfmt" },
nix = { "nixfmt" },
bash = { "shfmt" },
},
default_format_opts = {
lsp_format = "fallback",

View File

@@ -12,6 +12,7 @@ return {
vim.lsp.config("*", { capabilities = caps })
vim.lsp.enable {
"lua_ls",
"bashls",
}
end,
},

View File

@@ -11,3 +11,9 @@ stylua
```
yamlfmt
```
### **Bash**
```
shfmt
bash-language-server
```