Replies: 1 comment
-
Thanks! Going to look into this, and hopefully make some improvements |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, really cool plugin! I just watched your talk at neovim conf where you mention that you
get_node_at_cursor
and look up or down the heirarchy to find the regex node. Just a thought if it's easier, you could alternatively directly get the matches of the injection query forregex
. See how I did that for example forfemaco
here:https://github.com/AckslD/nvim-FeMaco.lua/blob/main/lua/femaco/edit.lua#L78
Beta Was this translation helpful? Give feedback.
All reactions