mirror of
https://github.com/nix-community/nixvim.git
synced 2026-09-24 07:25:16 -05:00
plugins/neogit: Add 'kitty' to graph_style.
This commit is contained in:
committed by
Gaétan Lepage
parent
ceb52aece5
commit
86dae3585b
@@ -24,10 +24,12 @@ in
|
||||
[
|
||||
"ascii"
|
||||
"unicode"
|
||||
"kitty"
|
||||
]
|
||||
''
|
||||
- "ascii" is the graph the git CLI generates
|
||||
- "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 ''
|
||||
|
||||
Reference in New Issue
Block a user