mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-05 06:44:33 +02:00
plugins/neogit: Add 'kitty' to graph_style.
This commit is contained in:
parent
ceb52aece5
commit
86dae3585b
1 changed files with 2 additions and 0 deletions
|
@ -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 ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue