-
Notifications
You must be signed in to change notification settings - Fork 816
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
Change snipmate to ultisnips #528
Comments
+1 Have you figured out how to do that manually yet? |
I made it work this way: .vimrc.after: ..but it wont work for all languages yet, because there are certain overrides in other vim plugins - I guess html and markdown are affected. |
disable vim-snipmate in your ~/.vimrc.before and clone ultisnips in ~/.janus call janus#disable_plugin('vim-snipmate') |
The syntax of ultisnips and vim-snipmate is different. the SirVer's project is more stable than MarcWeber's fork, you can try this and define your snippets in ultisnips' syntax |
+1, ultisnips is better. |
Issue #603 might be relevant here. |
Change to:
http://github.com/MarcWeber/ultisnips
Updated snipmate-snippets reference to vim-snippets
Says the snipmate-snippets has change it's name because it support a better snipmate engine called ultisnips.
After install and disable snipmate, I found it more powerful.
-- https://github.com/garbas/vim-snipmate
The snipmate project also suggest change to ultisnips.
The text was updated successfully, but these errors were encountered: