idk and update
This commit is contained in:
parent
8abc7ad6a1
commit
280560ae96
10 changed files with 754 additions and 744 deletions
6
lua/custom/plugins/lazygit.lua
Normal file
6
lua/custom/plugins/lazygit.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
'kdheepak/lazygit.nvim',
|
||||
config = function()
|
||||
vim.keymap.set('n', '<leader>g', ':LazyGit<CR>', { desc = 'Open lazygit' })
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue