first commit
This commit is contained in:
commit
205faf4224
5471 changed files with 973850 additions and 0 deletions
22
config/nvim/lua/neoconf/lazy/neogit.lua
Normal file
22
config/nvim/lua/neoconf/lazy/neogit.lua
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
return {
|
||||
{
|
||||
"NeogitOrg/neogit",
|
||||
lazy = true,
|
||||
dependencies = {
|
||||
"nvim-lua/plenary.nvim", -- required
|
||||
|
||||
-- Only one of these is needed.
|
||||
"sindrets/diffview.nvim", -- optional
|
||||
|
||||
-- For a custom log pager
|
||||
"m00qek/baleia.nvim", -- optional
|
||||
|
||||
-- Only one of these is needed.
|
||||
"nvim-telescope/telescope.nvim", -- optional
|
||||
},
|
||||
cmd = "Neogit",
|
||||
keys = {
|
||||
{ "<leader>gg", "<cmd>Neogit<cr>", desc = "Show Neogit UI" },
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue