When I\'m in an html.erb file, I get no snipMate snippets.
I would like both HTML and Ruby, or just HTML would be fine, How would I do this?
Would I need to writ
With the original snipMate plugin, create a file ~/.vim/ftplugin/erb_snippets.vim and put the following into it:
~/.vim/ftplugin/erb_snippets.vim
silent call ExtractSnipsFile(g:snippets_dir . 'html.snippets', &l:filetype) silent call ExtractSnipsFile(g:snippets_dir . 'ruby.snippets', &l:filetype)