feat: add Neogit integration with customized graph style

This commit is contained in:
2024-11-03 01:08:43 -04:00
parent 32a5362170
commit 834a702ded
+6
View File
@@ -54,4 +54,10 @@ return {
lazy = false,
opts = {},
},
{ -- Neogit
"NeogitOrg/neogit",
opts = {
graph_style = "kitty",
},
},
}