Update init.lua

changed treesitter to master for temp fix
This commit is contained in:
kdave5 2025-12-19 03:25:09 -06:00 committed by GitHub
parent 4e02264927
commit d0541d9167
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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`