Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Treesitter >0.9.2 #122

Closed
magnuslarsen opened this issue Jan 22, 2024 · 4 comments
Closed

Support for Treesitter >0.9.2 #122

magnuslarsen opened this issue Jan 22, 2024 · 4 comments

Comments

@magnuslarsen
Copy link
Contributor

magnuslarsen commented Jan 22, 2024

Recently nvim-treesitter released a breaking change, affecting this color theme

See:

Though this raises minimum requirements to neovim 0.9.2 and nvim-treesitter to (also) 0.9.2

Tokyonight already bumped theirs in this commit

Should be fairly trivial to change, if we can accept the raised minimum requirements

@magnuslarsen
Copy link
Contributor Author

Here is a patch file with all the renames (I've just run sed 's/@old_name/@new_name' -i lua/dracula/groups.lua

Seems to work as before (in my very limited testing)

treesitter_0_9_2.patch

@Mofiqul
Copy link
Owner

Mofiqul commented Jan 22, 2024

@magnuslarsen - Can you make a PR with the changes?

@magnuslarsen
Copy link
Contributor Author

Of course! Find above PR :-)

monadplus added a commit to monadplus/nvim that referenced this issue Jan 22, 2024
@magnuslarsen
Copy link
Contributor Author

fixed via #123

monadplus added a commit to monadplus/nvim that referenced this issue Feb 2, 2024
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

No branches or pull requests

2 participants