Mofiqul / dracula.nvim

Dracula colorscheme for neovim written in Lua
MIT License
594 stars 102 forks source link

Support for Treesitter >0.9.2 #122

Closed magnuslarsen closed 7 months ago

magnuslarsen commented 7 months ago

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 commented 7 months ago

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 commented 7 months ago

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

magnuslarsen commented 7 months ago

Of course! Find above PR :-)

magnuslarsen commented 7 months ago

fixed via https://github.com/Mofiqul/dracula.nvim/pull/123