From 088d50c9b3afc0d8cfa44041e8c8dea29ed5e629 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Wed, 26 Mar 2025 17:24:34 +0100 Subject: [PATCH] Edit pickers --- home/programs/nvim/plugins/picker.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/home/programs/nvim/plugins/picker.nix b/home/programs/nvim/plugins/picker.nix index c70e97f..f75aa44 100644 --- a/home/programs/nvim/plugins/picker.nix +++ b/home/programs/nvim/plugins/picker.nix @@ -110,6 +110,11 @@ action = "lua Snacks.picker.notifications()"; options.desc = "Notification History"; } + { + key = "fe"; + action = "lua Snacks.picker.icons()"; + options.desc = "Emoji"; + } # Git { @@ -151,7 +156,7 @@ } { key = "st"; - action = "TodoLocList"; + action = "lua Snacks.picker.todo_comments()"; options.desc = "Todos"; } {