Skip to content

Commit

Permalink
Add shell check and shfmt as external programs
Browse files Browse the repository at this point in the history
  • Loading branch information
hankertrix committed Nov 21, 2024
1 parent 54b0600 commit 30c54d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .config/nvim/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 30c54d4

Please sign in to comment.