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 = {} } }