Vim: snipMate plug-in does not trigger snippet completion

后端 未结 3 1840
Happy的楠姐
Happy的楠姐 2021-02-16 00:08

Vim is installed at /usr/share/vim.

All snipMate\'s folders were added to this category in existing folders (after, autoload, plugin, snippets, etc.) accordingly.

<
相关标签:
3条回答
  • 2021-02-16 00:48

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

    0 讨论(0)
  • 2021-02-16 00:51

    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
    
    0 讨论(0)
  • 2021-02-16 00:53

    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.

    0 讨论(0)
提交回复
热议问题