zbirenbaum / neodim

Neovim plugin for dimming the highlights of unused functions, variables, parameters, and more
315 stars 10 forks source link

Renamed treesitter function #14

Closed nmrtv closed 2 years ago

nmrtv commented 2 years ago

Dim doesn't work with neovim nightly. A few days ago, they renamed get_captures_at_position to get_captures_at_pos.

zbirenbaum commented 2 years ago

Thanks for the heads up, I added a check for it.