+nvim lazygit keymap
This commit is contained in:
parent
acd6afd6cb
commit
97c76e0eed
@ -844,7 +844,7 @@ require('lazy').setup({
|
|||||||
-- setting the keybinding for LazyGit with 'keys' is recommended in
|
-- setting the keybinding for LazyGit with 'keys' is recommended in
|
||||||
-- order to load the plugin when the command is run for the first time
|
-- order to load the plugin when the command is run for the first time
|
||||||
keys = {
|
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",
|
"olimorris/codecompanion.nvim",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user