From f940c33a98974f6e83246624af9579acc9577e33 Mon Sep 17 00:00:00 2001 From: Alejandro Angulo Date: Sat, 27 Jul 2024 08:35:02 -0700 Subject: [PATCH] Disabled frecency telescope extension --- config/plugins/telescope.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/plugins/telescope.nix b/config/plugins/telescope.nix index 4ead35d..1a0bca0 100644 --- a/config/plugins/telescope.nix +++ b/config/plugins/telescope.nix @@ -8,13 +8,12 @@ hijack_netrw = true; }; }; - frecency.enable = true; }; }; keymaps = [ { - action = "Telescope frecency"; + action = "Telescope find_files"; key = "f"; } {