feat(nvim): bind <leader>gg to Neogit
This commit is contained in:
@@ -5,4 +5,8 @@ return {
|
||||
"sindrets/diffview.nvim", -- optional - Diff integration
|
||||
"nvim-telescope/telescope.nvim", -- optional
|
||||
},
|
||||
|
||||
config = function()
|
||||
vim.keymap.set("n", "<leader>gg", vim.cmd.Neogit)
|
||||
end
|
||||
}
|
||||
|
Reference in New Issue
Block a user