I'm trying to setup VIM for editing Actionscript 3 for some upcoming Flash projects. I dislike working in an IDE and prefer VIM. Right now, I know that I want:
- Omnicomplete (with tab completion)
- Syntax highlighting (there is an actionscript.vim file on vim.org but the highlighting is not as good as other syntax files)
- AS3 compiler accessible from bash/terminal
I've tried setting up Omnicomplete but was running into issues.
How can I set up Omnicomplete with tab completion properly?
Where can I find a good AS3 syntax file?
What is a good AS3 compiler for terminal/bash?
Are there any other plugins you can suggest?
Any advice is appreciated.
Thanks!