return { "folke/snacks.nvim", priority = 1000, lazy = false, opts = { git = { enabled = true }, indent = { enabled = true }, input = { enabled = true }, notifier = { enabled = true }, scroll = { enabled = true }, statuscolumn = { enabled = true }, }, keys = { { "n", function() Snacks.notifier.show_history() end, desc = "Notification History", }, { "gb", function() Snacks.git.blame_line() end, desc = "Git Blame Line", }, }, }