-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request - "regular" inserter #26
Comments
There's the |
Thank you for your response. I did try text_markers after creating this issue, but like you said, its a bit not easy on the eyes and at times can confuse you. But yes it does work for the purposes I had in mind. Are there plans to implement the exmarks for this inserter method in the future? I understand that everyone is busy with 0.5 release |
The extmarks functionality in neovim should already be implemented (although there are still a few rough spots to polish, which may be relevant here). The corresponding inserter needs to be written (should be a relatively straightforward modification of I believe @norcalli has pretty much abandoned this plugin (which is a pity, because at least for me it's still the best Lua snippet engine out there), so somebody else needs to write it and probably distribute it as a separate plugin. |
I made an attempt at this. https://gist.github.com/trv6/353031dfb9b86f83e5318b93a2a2efb8 |
And, because the universe loves symmetry, someone just requested a "floaty inserter" for LuaSnip ;) |
When using snippets.nvim to expand/complete LSP snippets, it would be helpful to have autocomplete, further snippets and other features related to the current buffer where the snip was called from.
This is not possible of course when using floaty ux inserter or vim input inserter as they are not expanded in the current buffer.
So the feature is, could there be a possibility of and an inserter for expanding the snippets in the current buffer, much like UltiSnips/vim-vsnip etc?
The text was updated successfully, but these errors were encountered: