kawre / leetcode.nvim

A Neovim plugin enabling you to solve LeetCode problems.
MIT License
654 stars 34 forks source link

fix: remove nvim-treesitter dependency #107

Closed mrcjkb closed 4 days ago

mrcjkb commented 1 week ago

This plugin actually uses Neovim's core API and doesn't depend on nvim-treesitter's legacy API (which will be removed).

I have

kawre commented 4 days ago

Thanks!