diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/plugins/neogit.lua | 8 | 
1 files changed, 8 insertions, 0 deletions
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 +  }, +}  | 
