mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-02 09:04:36 +02:00
updates
This commit is contained in:
parent
e541ef5482
commit
1334df246c
2 changed files with 22 additions and 0 deletions
|
@ -266,6 +266,11 @@ if O.plugin.zen.active then
|
|||
{noremap = true, silent = true})
|
||||
mappings["z"] = "Zen"
|
||||
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
|
||||
-- open projects
|
||||
vim.api.nvim_set_keymap('n', '<leader>p',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue