init basic packages
This commit is contained in:
parent
dbba54cfd8
commit
ebd899d3d3
7 changed files with 71 additions and 2 deletions
15
lua/basic/plugins/lazygit.lua
Normal file
15
lua/basic/plugins/lazygit.lua
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
return {
|
||||
'kdheepak/lazygit.nvim',
|
||||
cmd = {
|
||||
'LazyGit',
|
||||
'LazyGitConfig',
|
||||
'LazyGitCurrentFile',
|
||||
'LazyGitFilter',
|
||||
'LazyGitFilterCurrentFile',
|
||||
},
|
||||
-- optional for floating window border decoration
|
||||
dependencies = {
|
||||
'nvim-lua/plenary.nvim',
|
||||
},
|
||||
vim.keymap.set('n', '<leader>lg', '<cmd>LazyGit<cr>'),
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue