bash
This commit is contained in:
@@ -20,6 +20,7 @@ return {
|
||||
yml = { "yamlfmt" },
|
||||
yaml = { "yamlfmt" },
|
||||
nix = { "nixfmt" },
|
||||
bash = { "shfmt" },
|
||||
},
|
||||
default_format_opts = {
|
||||
lsp_format = "fallback",
|
||||
|
||||
@@ -12,6 +12,7 @@ return {
|
||||
vim.lsp.config("*", { capabilities = caps })
|
||||
vim.lsp.enable {
|
||||
"lua_ls",
|
||||
"bashls",
|
||||
}
|
||||
end,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user