Monday, December 15, 2014

Re: is there a plugin for using Processing 2 with Vim 7.4

There is a plugin for Processing.
https://github.com/sophacles/vim-processing


But it has *.pde file type conflict issue now.
https://github.com/sophacles/vim-processing/issues/29

That's why you should add this into your vimrc
until the pull request(https://github.com/sophacles/vim-processing/pull/28) merges.
au BufRead,BufNewFile *.pde set filetype=processing

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: