+nvim lazygit keymap
This commit is contained in:
parent
160bb1013e
commit
acd6afd6cb
@ -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.kemap.set('g', '<leader>lg', '<cmd>LazyGit<cr>', { desc = 'LazyGit' })
|
||||
vim.keymap.set('g', '<leader>lg', '<cmd>LazyGit<cr>', { desc = 'LazyGit' })
|
||||
}
|
||||
}, {
|
||||
"olimorris/codecompanion.nvim",
|
||||
|
Loading…
x
Reference in New Issue
Block a user