|
@@ -266,6 +266,11 @@ if O.plugin.zen.active then
|
|
{noremap = true, silent = true})
|
|
{noremap = true, silent = true})
|
|
mappings["z"] = "Zen"
|
|
mappings["z"] = "Zen"
|
|
end
|
|
end
|
|
|
|
+if O.plugin.lazygit.active then
|
|
|
|
+ vim.api.nvim_set_keymap("n", "<leader>gg", ":LazyGit<CR>",
|
|
|
|
+ {noremap = true, silent = true})
|
|
|
|
+ mappings["gg"] = "LazyGit"
|
|
|
|
+end
|
|
if O.plugin.telescope_project then
|
|
if O.plugin.telescope_project then
|
|
-- open projects
|
|
-- open projects
|
|
vim.api.nvim_set_keymap('n', '<leader>p',
|
|
vim.api.nvim_set_keymap('n', '<leader>p',
|