fix: prevent overlap between lazygit and grep
This commit is contained in:
@@ -71,7 +71,7 @@ return {
|
||||
'nvim-lua/plenary.nvim',
|
||||
},
|
||||
config = function()
|
||||
vim.keymap.set('n', '<leader>gg', function()
|
||||
vim.keymap.set('n', '<leader>lg', function()
|
||||
vim.cmd 'LazyGit'
|
||||
end, {})
|
||||
end,
|
||||
|
||||
Reference in New Issue
Block a user