From 5e6a7a82627d9b368c8a95039ddb4a4e305e0457 Mon Sep 17 00:00:00 2001 From: Squibid Date: Sun, 22 Dec 2024 14:02:58 -0500 Subject: not sure if this is needed, but it can't hurt --- lua/conf/plugins/telescope.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lua') diff --git a/lua/conf/plugins/telescope.lua b/lua/conf/plugins/telescope.lua index 28ad327..68a7c23 100644 --- a/lua/conf/plugins/telescope.lua +++ b/lua/conf/plugins/telescope.lua @@ -58,6 +58,9 @@ return { 'nvim-telescope/telescope.nvim', ["G"] = actions.move_to_bottom, } } + }, + extensions = { + fzf = {} } } -- cgit v1.2.1