-
Notifications
You must be signed in to change notification settings - Fork 36
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
Does not work for snippet with folding #192
Comments
You should escspe {} |
Any fix for this? Just migrated to the neovim native LSP and installed vim-vsnip. Works pretty well, except when using fdm set to something like "syntax". I'm having trouble recording gif so recorded a quick video .. whenever I have a folded text in the code, it gets weird. |
As @rodhash pointed out, this happens with snippets that have folding— |
Consider the following vim snippet that contains foldmarkers:
If expanded, the body is folded, and selected instead of the first marker:
vimrc:
The text was updated successfully, but these errors were encountered: