feat nvim: add neogit

This commit is contained in:
Yuan Chiu 2025-06-09 21:18:57 +08:00
parent d11be192f2
commit e6eff2a817
Signed by: yuan
GPG Key ID: 50FBE4156404B98D

View File

@ -1,6 +1,19 @@
return { return {
{'akinsho/git-conflict.nvim', version = "*", config = true}, {'akinsho/git-conflict.nvim', version = "*", config = true},
{'sindrets/diffview.nvim'}, {'sindrets/diffview.nvim'},
{
"NeogitOrg/neogit",
dependencies = {
"nvim-lua/plenary.nvim", -- required
"sindrets/diffview.nvim", -- optional - Diff integration
-- Only one of these is needed.
"nvim-telescope/telescope.nvim", -- optional
-- "ibhagwan/fzf-lua", -- optional
-- "echasnovski/mini.pick", -- optional
-- "folke/snacks.nvim", -- optional
},
},
{ {
"kdheepak/lazygit.nvim", "kdheepak/lazygit.nvim",
lazy = true, lazy = true,