Skip to content

Fusegrid/fusegrid-coder

Repository files navigation

Fusegrid Coder

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.

Preparation

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

Fusegrid Coder dotVim

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

Usage

Once the project proves to provide a stable development environment, I’ll post some docs.

About

Fusegrid Coder is a CMFL configuration for Vim.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published