diff --git a/.config/nvim/README.md b/.config/nvim/README.md index 079d7a8..a640f30 100644 --- a/.config/nvim/README.md +++ b/.config/nvim/README.md @@ -152,3 +152,5 @@ Hardtime plugin - - [yazi (terminal file manager)](https://github.com/sxyazi/yazi) - [python (for installing `pylsp`)](https://www.python.org/) - [npm (for installing JavaScript ecosystem tools, like `prettierd`, `tsserver`, etc.)](https://www.npmjs.com/) +- [shellcheck (linting `sh` files for `bashls`)](https://github.com/koalaman/shellcheck#installing) +- [shfmt (formatting `sh` files for `bashls`)](https://github.com/mvdan/sh#shfmt)