feat nvim: add neogit
This commit is contained in:
parent
d11be192f2
commit
e6eff2a817
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user