claco / jasmine.vim

Jasmine Plugin for Vim
82 stars 18 forks source link

snippets are not working #8

Closed wasimakram closed 12 years ago

wasimakram commented 13 years ago

Hi @claco i tried using your plugin again and couldn't get it working I am not sure if you are familiar with https://github.com/carlhuda/janus

steps i followed installed it by adding this to Rakefile using

added templates to Dirs in Rakefile I checked templates and snippets do have jasmine.vim code in them... added jasmine plugin

~/.vim/Rakefile
  vim_plugin_task "jasmin",           "git://github.com/claco/jasmine.vim.git"

~/.vimrc.local
  let g:jasmine_snippets_directory='~/.vim/snippets'
  let g:jasmine_templates='~/.vim/templates'
claco commented 13 years ago

Does the rest of the plugin work, like syntax and filetypes?

claco commented 12 years ago

Should be resolved with the latest pull requests.