+nvim lazygit keymap

This commit is contained in:
m3tam3re 2024-10-14 12:27:51 +02:00
parent acd6afd6cb
commit 97c76e0eed

View File

@ -844,7 +844,7 @@ require('lazy').setup({
-- setting the keybinding for LazyGit with 'keys' is recommended in
-- order to load the plugin when the command is run for the first time
keys = {
vim.keymap.set('g', '<leader>lg', '<cmd>LazyGit<cr>', { desc = 'LazyGit' })
vim.keymap.set('n', '<leader>lg', '<cmd>LazyGit<cr>', { desc = 'LazyGit' })
}
}, {
"olimorris/codecompanion.nvim",