From 54d4fa4323a62c337e33345e1558df2792444f86 Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Wed, 8 Oct 2025 21:00:15 +0200 Subject: [PATCH] Switch to master branch for nvim-treesitter The new main branch, which should be the default branch from now on, does not seem to be stable --- group_vars/all/neovim.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/group_vars/all/neovim.yml b/group_vars/all/neovim.yml index ae2f5d9..e67edd3 100644 --- a/group_vars/all/neovim.yml +++ b/group_vars/all/neovim.yml @@ -21,6 +21,7 @@ neovim_plugins: name: 'cmp-nvim-lua' - url: 'https://github.com/nvim-treesitter/nvim-treesitter' name: 'nvim-treesitter' + version: master # main seems broken? - url: 'https://github.com/nvim-lua/plenary.nvim' name: 'plenary.nvim' - url: 'https://github.com/nvim-telescope/telescope-fzf-native.nvim'