Open bergtholdt opened 3 years ago
I use Neovim and I just checked it works with the following example, with :set ft=python
.
text = """
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod
tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At
vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd
gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
"""
What version of Neovim are you using?
This is because synstack() doesn't seem to work with treesitter. You have to use ts_utils.get_node_at_cursor() to check if you're inside a python string
I tried the plugin in a very current neovim.
I have
It seems to get activated
But yiq, viq, vaq, etc. don't work, nothing gets selected or yanked. Maybe it does not work with the other plugins I have activated targets, cutlass
Any ideas how to debug this?