diff --git a/config/nvim/lua/plugins/lsp.lua b/config/nvim/lua/plugins/lsp.lua index 6ad44ae..de76faf 100644 --- a/config/nvim/lua/plugins/lsp.lua +++ b/config/nvim/lua/plugins/lsp.lua @@ -324,6 +324,8 @@ return { end, formatters_by_ft = { lua = { 'stylua' }, + sh = { 'shfmt' }, + bash = { 'shfmt' }, -- Conform can also run multiple formatters sequentially -- python = { "isort", "black" }, --