Fusegrid Coder an experiment to leverage the power of Vim to create the ultimate ColdFusion Development Environment through a preset .Vim configuration and plugin bundle.
To use Fusegrid Coder for CFML development you’ll need to install Vim. While there are many different ways to get vim, here is what works for us:
- Unix: vim-7.2.tar.bz2
- For Debian based distros install with apt-get (ubuntu desktop: sudo apt-get install vim-gnome)
- Windows: gvim72.×.exe.
- OS-X: MacVim-7_2-stable-1_2.
- If you want the latest and greatest try the Snapshot
Clone this repo into your home directory either as .vim (Linux) or vimfiles (Windows).
Put this in your vimrc along with your personal hacks:
source ~/.vim/vimrc "linux
source ~/vimfiles/vimrc "windows
Once the project proves to provide a stable development environment, I’ll post some docs.