jasmine.vim icon indicating copy to clipboard operation
jasmine.vim copied to clipboard

Add pathogen requirement to README

Open krisleech opened this issue 10 years ago • 1 comments

This plugin requires pathogen to be installed because of pathogen#split(&rtp). The README reads like pathogen is used in the example to install the plugin but is not a hard requirement. If you agree I can submit a PR to adjust the README.

I use vundle to manage plugins and so this plugin does not work for me :(

krisleech avatar Aug 13 '14 10:08 krisleech

+1

Edit: as a workaround, if you are using vundle, you can add this to your .vimrc:

let g:jasmine_directory = '/home/username/.vim/bundle/jasmine.vim'

This will skip the Pathogen-dependent code. Adjust the path as needed.

nerfologist avatar Sep 24 '15 07:09 nerfologist