From feceb622f1d883e47ba88ed5bb91233b64eb3a7d Mon Sep 17 00:00:00 2001 From: Julien Vincent Date: Mon, 22 Jul 2024 13:37:25 -0600 Subject: [PATCH] Add hunk.nvim to list of community tools --- docs/community_tools.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/community_tools.md b/docs/community_tools.md index 7b9d88003..262aa2370 100644 --- a/docs/community_tools.md +++ b/docs/community_tools.md @@ -18,6 +18,12 @@ workflows quite easy. Take a look at its README.md as it quite descriptive. Find it [here][gg]. +## Hunk.nvim + +Hunk.nvim is a Neovim based diff-editor for Jujutsu which can be used as an +alternative to the default `:builtin` diff-editor. + +Find it [here][hunk.nvim]. ## LazyJJ @@ -49,6 +55,7 @@ You can find other community contributed tools and integrations in our [cultivate]: https://github.com/benbrittain/cultivate [diffedit3]: https://github.com/ilyagr/diffedit3 [gg]: https://github.com/gulbanana/gg +[hunk.nvim]: https://github.com/julienvincent/hunk.nvim [jj_tui]: https://github.com/faldor20/jj_tui [lazyjj]: https://github.com/Cretezy/lazyjj [vjj]: https://github.com/noahmayr/vjj