✨ feat(nvim): neogit mapping
This commit is contained in:
parent
08ef1642e1
commit
2150b359d4
1 changed files with 5 additions and 3 deletions
|
@ -2,10 +2,12 @@ return {
|
|||
"NeogitOrg/neogit",
|
||||
dependencies = {
|
||||
"nvim-lua/plenary.nvim",
|
||||
"sindrets/diffview.nvim",
|
||||
{ "sindrets/diffview.nvim", optional = true },
|
||||
"nvim-telescope/telescope.nvim",
|
||||
},
|
||||
config = true,
|
||||
cmd = { "Neogit" },
|
||||
-- TODO: Need to configure this
|
||||
opts = {},
|
||||
keys = {
|
||||
{ "<leader>gn", "<cmd>Neogit<cr>", desc = "Neogit" },
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue