Skip to content

fix: change config for treesitter#2032

Closed
Jazzcort wants to merge 1 commit intonvim-lua:masterfrom
Jazzcort:fix-treesitter
Closed

fix: change config for treesitter#2032
Jazzcort wants to merge 1 commit intonvim-lua:masterfrom
Jazzcort:fix-treesitter

Conversation

@Jazzcort
Copy link
Copy Markdown

@Jazzcort Jazzcort commented May 4, 2026

Both install() and get_available() are nil which causes the error while spawning nvim and make the treesitter not working.

Replacing the custom FileType autocmd and manual parser attachment logic with the standard nvim-treesitter.configs setup function seems to work fine.

Address #2031

Both `install()` and `get_available()` are nil which causes the error
while spawning nvim and make the treesitter not working.

Replacing the custom `FileType` autocmd and manual parser attachment
logic with the standard `nvim-treesitter.configs` setup function
seems to work fine.
@Jazzcort
Copy link
Copy Markdown
Author

Jazzcort commented May 4, 2026

Fixed by updating nvim-treesitter version - #2031 (comment)

@Jazzcort Jazzcort closed this May 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant