Vim: snipMate plug-in does not trigger snippet completion

泪湿孤枕 提交于 2019-12-03 13:39:09

I had a problem with snipMate, it wasn't working, so I came across with Issue 66 in their Issue Tracker:

source ~/.vim/after/plugin/snipMate.vim

I solved this problem by removing the 'set paste' entry on .vimrc

In my case, I experienced the same thing. SnipMate autocomplete does not work. One of the reasons is the is used by other plugin. Typing :verbose imap <Tab> will show you which plugin that utilizes the key and cause the conflict. You can either comment out the plugin in .vimrc or you can change it to use another key.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!