feat(nvim): add new package: neogit

This commit is contained in:
inkch
2025-07-27 03:26:11 +09:00
parent d19b80d973
commit 768086b43a

View File

@@ -0,0 +1,8 @@
return {
"NeogitOrg/neogit",
dependencies = {
"nvim-lua/plenary.nvim", -- required
"sindrets/diffview.nvim", -- optional - Diff integration
"nvim-telescope/telescope.nvim", -- optional
},
}