Files
dotfiles/.config/nvim/lua/plugins/lazygit.lua
T

15 lines
297 B
Lua

return {
-- TODO: replace with toggleterm or something similar..
'kdheepak/lazygit.nvim',
dependencies = {
'nvim-lua/plenary.nvim',
},
cmd = {
'LazyGit',
'LazyGitConfig',
'LazyGitCurrentFile',
'LazyGitFilter',
'LazyGitFilterCurrentFile',
},
}