Skip to content

Commit

Permalink
Adds beautysh
Browse files Browse the repository at this point in the history
  • Loading branch information
usodst committed Feb 29, 2024
1 parent e60f939 commit a69f676
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ local plugins = {
opts.sources = {
null_ls.builtins.completion.spell,
null_ls.builtins.formatting.black,
null_ls.builtins.formatting.beautysh,
null_ls.builtins.formatting.clang_format,
null_ls.builtins.formatting.jq,
null_ls.builtins.formatting.stylua,
Expand Down Expand Up @@ -74,6 +75,7 @@ local plugins = {

-- Formatters
"black",
"beautysh",
"clang-format",
"yamlfmt",
},
Expand Down

0 comments on commit a69f676

Please sign in to comment.