From 2b3bd6c0134bb0dbdd145b57f2c7370eb614fdb9 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Mon, 10 Jun 2024 21:57:28 +0200 Subject: [PATCH] fix: disable telescope --- lua/lazyvim/plugins/extras/editor/fzf.lua | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lua/lazyvim/plugins/extras/editor/fzf.lua b/lua/lazyvim/plugins/extras/editor/fzf.lua index e9826ea1..89cefac1 100644 --- a/lua/lazyvim/plugins/extras/editor/fzf.lua +++ b/lua/lazyvim/plugins/extras/editor/fzf.lua @@ -23,10 +23,7 @@ end return { { "nvim-telescope/telescope.nvim", - enabled = true, - keys = function() - return {} - end, + enabled = false, }, { "ibhagwan/fzf-lua",