I'm trying to use the Vim snipMate plugin, and I've installed it as it directs, but when I press tab nothing happens.
I've tried :sni<tab>
to see if there's anything called snipsomething installed but nothing completes.
In the installation tutorial it doesn't mention adding anything into my vimrc
but I guess it finds the /plugin/
dir automatically?
I'm running on Windows and Unix and I have the same profile with the same problem.
Other plugins like NerdTree are loading OK.
Update: Following another question, I've tried :inoremap
and :snoremap
and the <Tab>
entry mentioning TriggerSnippet()
is there:
e.g.
s <Tab> * <Esc>i <Right><C-R>=TriggerSnippet()<CR>
:verbose imap <tab>
will tell you what is bound to <tab>
:scriptnames
will tell you what scripts were loaded.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With