mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-19 21:06:46 +00:00
feat: git log
This commit is contained in:
parent
54d5ff18f5
commit
3218c2d9ec
7 changed files with 83 additions and 6 deletions
|
@ -21,6 +21,9 @@ M.commands = {
|
|||
install = function()
|
||||
Manager.install({ clear = true, show = true })
|
||||
end,
|
||||
log = function()
|
||||
Manager.log({ clear = true, show = true })
|
||||
end,
|
||||
show = function()
|
||||
View.show()
|
||||
end,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue