move most important config to ansible
This commit is contained in:
14
roles/nvim/files/lua/config/plugins/lazygit.lua
Normal file
14
roles/nvim/files/lua/config/plugins/lazygit.lua
Normal file
@ -0,0 +1,14 @@
|
||||
return {
|
||||
'kdheepak/lazygit.nvim',
|
||||
lazy = true,
|
||||
cmd = {
|
||||
'LazyGit',
|
||||
'LazyGitConfig',
|
||||
'LazyGitCurrentFile',
|
||||
'LazyGitFilter',
|
||||
'LazyGitFilterCurrentFile',
|
||||
},
|
||||
depedencies = {
|
||||
'nvim-lua/plenary.nvim',
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user