Just clone it into $HOME/.config/nvim
.
bash-all Run all bash tests
bash-check Check format bash code
bash-deps Install bash dependencies
bash-fmt Format bash code
bash-lint Check lint bash code
doc-changelog Write CHANGELOG.md
doc-readme Write README.md
dprint-check Dprint check
dprint-fmt Dprint format
help Display this help screen
lua-check Check format lua code
lua-fmt Format Lua code
makefile-descriptions Check if all Makefile rules have descriptions
typos Check typos
typos-fix Fix typos
To generate a new version, you need to follow these steps:
git tag -a <your.new.version> -m "version <your.new.version>"
.make doc-changelog && make doc-readme
.git add -A && git commit -m "release: <your.new.version>"
.git push
to main
.