summaryrefslogtreecommitdiffstats
path: root/lua/conf/plugins/telescope.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/conf/plugins/telescope.lua')
-rw-r--r--lua/conf/plugins/telescope.lua3
1 files changed, 3 insertions, 0 deletions
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 = {}
}
}