aboutsummaryrefslogtreecommitdiff
path: root/lua/pml68/plugins/telescope.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/pml68/plugins/telescope.lua')
-rw-r--r--lua/pml68/plugins/telescope.lua5
1 files changed, 3 insertions, 2 deletions
diff --git a/lua/pml68/plugins/telescope.lua b/lua/pml68/plugins/telescope.lua
index 59b6765..f721df3 100644
--- a/lua/pml68/plugins/telescope.lua
+++ b/lua/pml68/plugins/telescope.lua
@@ -1,9 +1,10 @@
return {
"nvim-telescope/telescope.nvim",
- tag = "0.1.6",
+ tag = "v0.2.0",
cmd = "Telescope",
dependencies = {
- "nvim-lua/plenary.nvim"
+ "nvim-lua/plenary.nvim",
+ "nvim-telescope/telescope-fzf-native.nvim",
},
opts = {
pickers = {