simonhicks / gradle-vim-syntastic-plugin

Don't use this. Use https://github.com/Scuilion/gradle-syntastic-plugin - it's better.
3 stars 2 forks source link

vimFiles command not available #2

Open mbrochh opened 10 years ago

mbrochh commented 10 years ago

I installed the plugin with Pathogen but the folder structure of this repo makes me believe that this probably won't work properly?

Do I need to move the plugin into some folter like ftplugins or autoload or something?

alexlafroscia commented 9 years ago

The instructions are confusing. You don't add this to Vim, you add it to your build.gradle file, and then run

gradle vimFiles

to generate the files that Vim and Syntastic needs.