summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmytro Onypko <vaporif@gmail.com>2025-04-09 16:05:40 +0100
committerGitHub <noreply@github.com>2025-04-09 11:05:40 -0400
commit3e3af5d4ba9ab23c5c094077dc5c8918308897a5 (patch)
tree0e45e12ddef9a3584e22de42233ddf38011d8e03
parentbbc6fb4f2f18fdbf224c8cc33907ccf81ba002b0 (diff)
downloaddots-3e3af5d4ba9ab23c5c094077dc5c8918308897a5.tar.gz
Remove Telescope `0.1` branch lock (#1448)
-rw-r--r--nvim/init.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/nvim/init.lua b/nvim/init.lua
index 32faee0..f41bc83 100644
--- a/nvim/init.lua
+++ b/nvim/init.lua
@@ -266,7 +266,6 @@ require('lazy').setup({
{ -- Fuzzy Finder (files, lsp, etc)
'nvim-telescope/telescope.nvim',
event = 'VimEnter',
- branch = '0.1.x',
dependencies = {
'nvim-lua/plenary.nvim',
{ -- If encountering errors, see telescope-fzf-native README for installation instructions