From 834a702ded5bca23f8b7de0ecd3eee079bf6d4d1 Mon Sep 17 00:00:00 2001 From: rootiest Date: Sun, 3 Nov 2024 01:08:43 -0400 Subject: [PATCH] feat: add Neogit integration with customized graph style --- lua/plugins/git.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lua/plugins/git.lua b/lua/plugins/git.lua index 0365b8d..5e87ac3 100644 --- a/lua/plugins/git.lua +++ b/lua/plugins/git.lua @@ -54,4 +54,10 @@ return { lazy = false, opts = {}, }, + { -- Neogit + "NeogitOrg/neogit", + opts = { + graph_style = "kitty", + }, + }, }