install and configure keybind for lazygit

This commit is contained in:
Nick Burt 2026-02-09 20:41:11 -06:00
parent 44ec0be42f
commit b14cb685d7
1 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,12 @@ return {
---@type snacks.Config
opts = {
--TODO: Use this for a bit and compare to mini dashboard
--TODO: design a style and featuers for my dashboard
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' },
},
}