-
Notifications
You must be signed in to change notification settings - Fork 21
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
Plugin msanders/snipmate is deprecated #5
Comments
Hi @lazarocastro, thanks for opening this issue. That's weird. While I've tried several times to replace this plugin with its fork but that doesn't work at all.
|
Just made a new test by following the installation docs and adding the following plugins:
Unfortunately it didn't work, I've had the same problem :( |
I also tried to copy a snippet file from this repo just to make sure the problem wasn't my personal snippets, but it didn't work either. |
I've just tried to replace it again, it still doesn't work as expected 🤔 |
The Plugin 'msanders/snipmate.vim' is deprecated, when I installed that plugin caused errors during execution of vim.
I found a solution, I changed to the https://github.com/garbas/vim-snipmate
Inside the vim I removed the Plugin 'msanders/snipmate.vim' line, and done this commands:
:PluginUpdate
:PluginClean
Finally I added the Plugin 'garbas/vim-snipmate' and then :PluginInstall.
It worked perfectly for me.
The text was updated successfully, but these errors were encountered: