Set branch for tree-sitter

In a hopeful attempt at getting the bloody thing working.
This commit is contained in:
Alexander Wainwright 2025-12-21 19:08:39 +10:00
parent 909e835e4f
commit 4d72ab88d7

View file

@ -864,6 +864,7 @@ require("lazy").setup({
},
{ -- Highlight, edit, and navigate code
"nvim-treesitter/nvim-treesitter",
branch = 'master',
build = ":TSUpdate",
opts = {
ensure_installed = { "python", "bash", "c", "diff", "html", "lua", "luadoc", "markdown", "vim", "vimdoc" },