diff options
| author | Dmitrii Morozov <snoopdesigns@gmail.com> | 2025-10-26 00:46:05 +0200 | 
|---|---|---|
| committer | Dmitrii Morozov <snoopdesigns@gmail.com> | 2025-10-26 00:46:05 +0200 | 
| commit | 3b5bd59c77a0edee5c3ef0d6a396886873fd085d (patch) | |
| tree | 31106970d54293caec1543923c0745ed3d4e04a4 /lua | |
| parent | f9bce42ac2979fd0a8334dd765b88b7d589af400 (diff) | |
Add newgit plugin
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 +  }, +}  | 
