Closed mrkitz closed 10 years ago
duplicate of #24
@cragged Please do this command in a buffer of a .pde file.
:set ft=processing
@sophacles Should we post to vim_dev? *.pde don't set to arduino or include this plugin into runtime.
I swear I tried that in .vimrc yesterday, but it is working now. Thanks!
Hi. Having trouble getting started:
MacOSX 10.10: used Pathogen to clone vim-processing into bundle.
Moved Processing.app to Applications Folder. Did Install "processing-java" and checked that it exists and is in $PATH
But, when I vim a .pde file that works with Processing IDE and
:make %
, it returns:make: Nothing to be done for 'sketch.pde'.
Some other attempts based on what I have read here:
I also had filetype *.pde set to arduino in my .vimrc, but commenting that out did not help. What should it be set to?
Thanks for any help on getting started!