L3MON4D3
L3MON4D3
Huh???? xD Okay, `if I press tab again, the cursor jumps to before the text the snippet inserted` sounds a bit like extmarks are getting messed up, could you disable...
Both should work, but to be safe prefer snippetNode:copy
Ouh, I made a bit of progress on that front a few weeks back (mostly re-familiarizing myself with that part of the code, and thinking about how to best do...
Okay, I actually implemented my ideas, #774
That's true, but I think to really make this work, they should behave like regular snippets. Yes, it is more complicated, but I feel like it is much more elegant...
Okay, #774 is pretty much ready now :D I'd appreciate some feedback on its api, can still iron out any inconveniences :)
## 18.02.2023 a37a52e **Breaking Change** From this commit on, only neovim 0.7 and higher is supported. If you don't have access to a new-enough version, pin either `v1.2.1` (or the...
## 04.10.2023 d9cb6ab **Deprecation** This commit replaces `history` with the more granular `keep_roots`, `link_roots`, and `link_children`. `history = val` corresponds to `keep_roots = val, link_roots = val, link_children = val`,...
Maybe append append `TextChangedI` to `region_check_events`? Or `CursorMovedI`, but that might be too aggressive.. (ie runs that function too often, maybe affecting performance)
Finally got to this, follow #923 :D