moved custom plugins to seperate folder
This commit is contained in:
parent
65c756629e
commit
7f6cc1833c
8 changed files with 126 additions and 116 deletions
14
lua/custom/plugins/lazygit.lua
Normal file
14
lua/custom/plugins/lazygit.lua
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
return {
|
||||
-- LazyGit
|
||||
{
|
||||
'kdheepak/lazygit.nvim',
|
||||
lazy = false,
|
||||
keys = {
|
||||
{
|
||||
'<leader>lg',
|
||||
'<cmd>LazyGit<CR>',
|
||||
desc = '[L]azy [G]it',
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue