-
Notifications
You must be signed in to change notification settings - Fork 58
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
Snippet completion with <tab>? #69
Comments
Aha,
I can disable this with |
Hey @srsudar did you find any good workaround for this? |
Hmm you know I do not remember. Apparently I use my own fork of the repo in my UltiSnips now works for me, I think due to this line in my
I can't remember what I lost by enabling that, but I don't miss it. |
Thanks. Presumably what you lose is tab/shift-tab for indenting and un-indenting while in insert mode. |
This is also a problem with both supertab and if you use a custom function like these: https://vim.fandom.com/wiki/Smart_mapping_for_tab_completion The solution provided by @srsudar solves the issue nicely. |
I use UltiSnips for snippets in my markdown. By default I use
<tab>
to complete Snippets. That completion is no longer working with this plugin enabled.I would have thought that was because
<tab>
here indents list items, but a few other things are going wonky on me as well--eg my autowrap at 80 is no longer working.Before trying to track down potential vagaries in my configuration I was hoping to hear if you use snippets successfully, if your
<tab>
mapping only applies in the context of a bulleted list and otherwise should be unaffected, etc.Any thoughts you might have would be much appreciated.
This looks great and I would love to get my config back to normal so I can use it without hiccups.
The text was updated successfully, but these errors were encountered: