Skip to content

Commit

Permalink
README: document developer workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
davvid committed Feb 20, 2024
1 parent 8e47b73 commit 205cf08
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,18 @@ The [Garden file](garden.yaml) can be used to run lint checks using

```sh
# Run lint checks using "luacheck"
garden lint
garden check
```

The documentation is generated using [panvimdoc](https://github.com/kdheepak/panvimdoc.git).

```bash
garden setup # one-time setup
garden doc
```

Use `garden fmt` to apply code formatting using [stylua](https://github.com/JohnnyMorganz/StyLua).

The [github repository](https://github.com/davvid/harpoon-term.nvim)
is a mirror of the main
[repository on gitlab](https://gitlab.com/davvid/harpoon-term.nvim)
Expand Down

0 comments on commit 205cf08

Please sign in to comment.