Closed stevenxxiu closed 2 months ago
goto_previous
-> goto_previous_start
These aren't the same. Look at https://github.com/nvim-treesitter/nvim-treesitter-textobjects/tree/fe3deb7f67ce0cc4ebfe2ea6c1c7ae1c7a939d73?tab=readme-ov-file#text-objects-move:
-- Below will go to either the start or the end, whichever is closer.
-- Use if you want more granular movements
-- Make it even more gradual by adding multiple queries and regex.
goto_next = {
This worked before the commit 50b639da68d9a132bac07c7e99a999a8ed47065f.
I reproduced the issue. Turned out I made a mistake in the treesitter method name. Should be fixed by now. Can you try the latest main branch?
This worked before the commit https://github.com/ghostbuster91/nvim-next/commit/50b639da68d9a132bac07c7e99a999a8ed47065f.
Hmm, I don't think it could ever worked.
I guess you're right. I didn't test next as thoroughly as it did now.
It seems to work now. Thanks for the fix!
When I try to bind tree-sitter
goto_previous
:I get: