install and configure keybind for lazygit
This commit is contained in:
parent
44ec0be42f
commit
b14cb685d7
|
|
@ -5,6 +5,12 @@ return {
|
||||||
---@type snacks.Config
|
---@type snacks.Config
|
||||||
opts = {
|
opts = {
|
||||||
--TODO: Use this for a bit and compare to mini dashboard
|
--TODO: Use this for a bit and compare to mini dashboard
|
||||||
|
--TODO: design a style and featuers for my dashboard
|
||||||
dashboard = { enabled = true },
|
dashboard = { enabled = true },
|
||||||
|
lazygit = { enabled = true },
|
||||||
|
},
|
||||||
|
keys = {
|
||||||
|
{ '<leader>=', function() Snacks.dashboard.open() end, desc = 'Dashboard' },
|
||||||
|
{ '<leader>gl', function() Snacks.lazygit.open() end, desc = 'Open Lazy Git' },
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue