diff --git a/nvim/.config/nvim/lua/plugins/telescope.lua b/nvim/.config/nvim/lua/plugins/telescope.lua index 8e633a0..9404a2e 100644 --- a/nvim/.config/nvim/lua/plugins/telescope.lua +++ b/nvim/.config/nvim/lua/plugins/telescope.lua @@ -1,5 +1,6 @@ return { - 'nvim-telescope/telescope.nvim', tag = '0.1.x', + 'nvim-telescope/telescope.nvim', branch = '0.1.x', -- or , branch = '0.1.x', + -- tag = '0.1.8', dependencies = { 'nvim-lua/plenary.nvim' } }