plugins/neogit: Add 'kitty' to graph_style.

This commit is contained in:
Martin J. Andersen 2025-07-02 15:05:37 +02:00 committed by Gaétan Lepage
parent ceb52aece5
commit 86dae3585b

View file

@ -24,10 +24,12 @@ in
[ [
"ascii" "ascii"
"unicode" "unicode"
"kitty"
] ]
'' ''
- "ascii" is the graph the git CLI generates - "ascii" is the graph the git CLI generates
- "unicode" is the graph like https://github.com/rbong/vim-flog - "unicode" is the graph like https://github.com/rbong/vim-flog
- "kitty" is the graph like https://github.com/isakbm/gitgraph.nvim
''; '';
disable_hint = helpers.defaultNullOpts.mkBool false '' disable_hint = helpers.defaultNullOpts.mkBool false ''