diff --git a/lua/plugins/snacks.lua b/lua/plugins/snacks.lua index afb71af..eadcf5d 100644 --- a/lua/plugins/snacks.lua +++ b/lua/plugins/snacks.lua @@ -103,8 +103,8 @@ return { -- { 's/', function() Snacks.picker.search_history() end, desc = "Search History" }, -- { "sa", function() Snacks.picker.autocmds() end, desc = "Autocmds" }, -- { "sb", function() Snacks.picker.lines() end, desc = "Buffer Lines" }, - -- { "sc", function() Snacks.picker.command_history() end, desc = "Command History" }, - -- { "sC", function() Snacks.picker.commands() end, desc = "Commands" }, + { 'sc', function() Snacks.picker.command_history() end, desc = 'Command History' }, + { 'sC', function() Snacks.picker.commands() end, desc = 'Commands' }, { 'v', function() Snacks.picker.diagnostics() end, desc = 'Diagnostics' }, { 'V', function() Snacks.picker.diagnostics_buffer() end, desc = 'Buffer Diagnostics' }, { 'sh', function() Snacks.picker.help() end, desc = 'Help Pages' },