diff --git a/init.lua b/init.lua index b98ffc61..2b5186c1 100644 --- a/init.lua +++ b/init.lua @@ -940,6 +940,7 @@ require('lazy').setup({ }, { -- Highlight, edit, and navigate code 'nvim-treesitter/nvim-treesitter', + branch = "master", build = ':TSUpdate', main = 'nvim-treesitter.configs', -- Sets main module to use for opts -- [[ Configure Treesitter ]] See `:help nvim-treesitter`