From dae451576eb9baae1c64c1f90cb7223de2fa81c6 Mon Sep 17 00:00:00 2001 From: serxoz Date: Mon, 13 Nov 2023 15:44:45 +0100 Subject: [PATCH] =?UTF-8?q?actualizada=20versi=C3=B3n=20do=20telescope?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nvim/lua/serxoz/packer.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/lua/serxoz/packer.lua b/nvim/lua/serxoz/packer.lua index 7625aa6..f7e6051 100644 --- a/nvim/lua/serxoz/packer.lua +++ b/nvim/lua/serxoz/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'} } }