AutoYADM commit: 2025-01-12 16:00:02
This commit is contained in:
parent
6360a567c6
commit
4238150e97
1 changed files with 11 additions and 0 deletions
11
.config/nvim/lua/plugins/neogit.lua
Normal file
11
.config/nvim/lua/plugins/neogit.lua
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
return {
|
||||||
|
"NeogitOrg/neogit",
|
||||||
|
dependencies = {
|
||||||
|
"nvim-lua/plenary.nvim", -- required
|
||||||
|
"sindrets/diffview.nvim", -- optional - Diff integration
|
||||||
|
|
||||||
|
-- Only one of these is needed.
|
||||||
|
"ibhagwan/fzf-lua", -- optional
|
||||||
|
},
|
||||||
|
config = true,
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue