nvim-treesitter-refactor
nvim-treesitter-refactor copied to clipboard
nvim-treesitter-refactor `highlight_definitions` only works when cursor hover on the usages but not when cursor on the declaration?
as the title says. see image below
the top image showing the cursor is placed above the var declaration but it highlights nothing
the bottom image shows when the cursor is placed above implementation then the highlight works
how to get the highlight works when cursor is above the declaration?