Mofiqul / dracula.nvim

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

feat!: Added support for nvim-treesitter >0.9.2 #123

Closed magnuslarsen closed 7 months ago

magnuslarsen commented 7 months ago

As discussed in #122 - applies the changes to support upstream nvim-treesitter >0.9.2

Breaking change as this raises minimum requirements to neovim 0.9.2 and nvim-treesitter to (also) 0.9.2

I've simply ran sed 's/@old_name/@new_name' -i lua/dracula/groups.lua. Verified by opening a few different files (rust, yaml, and markdown) with the latest nvim-treesitter, and it seems to work without any issues (though this is very limited testing)

NoahTheDuke commented 7 months ago

Maybe make a comment in the readme about using a recent version? Something like "If you use a version of neovim older than 0.9.2, you'll need to pin this commit hash."

magnuslarsen commented 7 months ago

Of course! Sorry for not including it initially