feat: Add lazygitlog

This commit is contained in:
Dheepak Krishnamurthy
2025-02-03 12:27:04 -05:00
parent 77a0d42943
commit adc37c5a6d
3 changed files with 59 additions and 12 deletions

View File

@@ -44,6 +44,8 @@ endif
command! LazyGit lua require'lazygit'.lazygit()
command! LazyGitLog lua require'lazygit'.lazygitlog()
command! LazyGitCurrentFile lua require'lazygit'.lazygitcurrentfile()
command! LazyGitFilter lua require'lazygit'.lazygitfilter()