diff --git a/lua/flip/packer.lua b/lua/flip/packer.lua index 6c6d314..34559e4 100644 --- a/lua/flip/packer.lua +++ b/lua/flip/packer.lua @@ -8,7 +8,7 @@ return require('packer').startup(function(use) use 'wbthomason/packer.nvim' use { - 'nvim-telescope/telescope.nvim', tag = '0.1.4', + 'nvim-telescope/telescope.nvim', tag = '0.1.6', -- or , branch = '0.1.x', requires = { {'nvim-lua/plenary.nvim'} } }