diff --git a/init.lua b/init.lua index e48cbb34..1e97ae7a 100644 --- a/init.lua +++ b/init.lua @@ -359,7 +359,8 @@ require('lazy').setup({ { -- Fuzzy Finder (files, lsp, etc) 'nvim-telescope/telescope.nvim', event = 'VimEnter', - branch = '0.1.x', + version = false, + -- tag = '0.1.8', dependencies = { 'nvim-lua/plenary.nvim', { -- If encountering errors, see telescope-fzf-native README for installation instructions