Skip to content

Commit

Permalink
replace beautysh with shfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
le4ker committed Feb 24, 2024
1 parent 2f12aea commit 4cd02d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@ nvim

## Formatters

- beautysh
- black
- clang-format
- gofmt
- isort
- markdownlint
- prettier
- rubocop
- shfmt
- stylua
- terraform_fmt
- yamlfmt
Expand Down
2 changes: 1 addition & 1 deletion lua/custom/configs/mason.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ local M = {}
M.opts = {
ensure_installed = {
"bash-language-server",
"beautysh",
"black",
"clangd",
"clang-format",
Expand All @@ -25,6 +24,7 @@ M.opts = {
"prettier",
"pyright",
"rubocop",
"shfmt",
"vim-language-server",
"yamlfmt",
"yaml-language-server",
Expand Down
2 changes: 1 addition & 1 deletion lua/custom/configs/null-ls.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ local opts = {
vim.fn.expand "~/.config/nvim/configs/markdownlint.yaml",
},
},
null_ls.builtins.formatting.beautysh,
null_ls.builtins.formatting.black,
null_ls.builtins.formatting.clang_format,
null_ls.builtins.formatting.gofmt,
Expand All @@ -23,6 +22,7 @@ local opts = {
},
},
null_ls.builtins.formatting.rubocop,
null_ls.builtins.formatting.shfmt,
null_ls.builtins.formatting.stylua,
null_ls.builtins.formatting.terraform_fmt,
null_ls.builtins.formatting.yamlfmt,
Expand Down

0 comments on commit 4cd02d8

Please sign in to comment.