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 61a642e commit 4dd11dd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,15 @@ The [Garden file](garden.yaml) can be used to run lint checks using
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/telescope-git-grep.nvim)
is a mirror of the main
[repository on gitlab](https://gitlab.com/davvid/telescope-git-grep.nvim)
Expand Down

0 comments on commit 4dd11dd

Please sign in to comment.