Kiyoon Kim

Results 62 comments of Kiyoon Kim

This should be fixed by #368. Feel free to reopen if you still have problems.

I think I was using the default. I just set it to 500 and I'll let you know!

Until now I didn't face the issue so I guess ot works well with 500 updatetime

![image](https://user-images.githubusercontent.com/12980409/217898360-65cedc67-746c-4505-ae37-3b6cbcf15143.png) I still have this problem. Maybe it happens when I move too fast within the updatetime.

I realised in zsh, the expression like this would be treated as `+` operation and will make spaces in between, breaking the script. ```zsh if (($+commands[exa])); then ```

It may be a bug on nvim-treesitter's `update_selection` function. https://github.com/nvim-treesitter/nvim-treesitter/blob/dfcfdb0e7bcb362c4de1ed7d0015c21957c91ba7/lua/nvim-treesitter/ts_utils.lua#L278 Check if incremental selection of nvim treesitter have the same problem. If so, then that function should be the problem.

the function is already in this plugin in the `main` branch. If you can make a fix for both master and main, I'm down to review it. I think just...

I mean just make a fix for the master branch, and make it so that it is easy to be rebased to main.

You can put that in `~/.config/nvim/after/queries/javascript/textobjects.scm` and make the file start with `;; extends`