From 3b5bd59c77a0edee5c3ef0d6a396886873fd085d Mon Sep 17 00:00:00 2001 From: Dmitrii Morozov Date: Sun, 26 Oct 2025 00:46:05 +0200 Subject: Add newgit plugin --- lua/plugins/neogit.lua | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 lua/plugins/neogit.lua (limited to 'lua') diff --git a/lua/plugins/neogit.lua b/lua/plugins/neogit.lua new file mode 100644 index 0000000..9da06c8 --- /dev/null +++ b/lua/plugins/neogit.lua @@ -0,0 +1,8 @@ +return { + "NeogitOrg/neogit", + dependencies = { + "nvim-lua/plenary.nvim", -- required + "sindrets/diffview.nvim", -- optional - Diff integration + "folke/snacks.nvim", -- optional + }, +} -- cgit v1.2.3