From 5d0e3ea3a9f095b83f17ceec00e9cd150cf1ca05 Mon Sep 17 00:00:00 2001 From: Amir Farhadi Date: Tue, 19 Dec 2023 05:23:43 -0500 Subject: [PATCH] Fix: Updated telescope version this fixes the "invalid event user telescopefindpre" error issue: https://github.com/nvim-telescope/telescope.nvim/issues/2735 --- lua/theprimeagen/packer.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/theprimeagen/packer.lua b/lua/theprimeagen/packer.lua index 96f7c6e1..4fa86728 100644 --- a/lua/theprimeagen/packer.lua +++ b/lua/theprimeagen/packer.lua @@ -8,7 +8,7 @@ return require('packer').startup(function(use) use 'wbthomason/packer.nvim' use { - 'nvim-telescope/telescope.nvim', tag = '0.1.0', + 'nvim-telescope/telescope.nvim', tag = '0.1.4', -- or , branch = '0.1.x', requires = { {'nvim-lua/plenary.nvim'} } }