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" }, yml = { "yamlfmt" },
yaml = { "yamlfmt" }, yaml = { "yamlfmt" },
nix = { "nixfmt" }, nix = { "nixfmt" },
bash = { "shfmt" },
}, },
default_format_opts = { default_format_opts = {
lsp_format = "fallback", lsp_format = "fallback",

View File

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

View File

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