Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link

@adrianveen adrianveen Dec 19, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You just need to change .configs to .config on line 945 per this issue: #1771

Copy link

@clason clason Jan 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is WRONG, I don't understand why people keep repeating this nonsense. This PR is the ONLY correct fix(!).

(Transitioning to the main branch would be a breaking change for users, since that is effectively a different plugin with much reduced functionality (but much better maintainability.))

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My bad - crossed it out.

-- [[ Configure Treesitter ]] See `:help nvim-treesitter`
Expand Down
Loading