Getting Started with Vim

History Key

  • New content
  • Removed content

Recent Versions

Choose two versions to compare, or click the link to view it.

  1. 6. about 1 year by stuart.halloway
  2. 5. almost 2 years by justin.balthrop
  3. 4. about 2 years by meikelbrandmeyer
  4. 3. about 2 years by meikelbrandmeyer
  5. 2. about 2 years by meikelbrandmeyer
  6. 1. about 2 years by meikelbrandmeyer
 
# Quickstart 1. Download Vimclojure from 2. Unzip the zip file into `~/.vim` (Unix) resp. `vimfiles` (Windows). 3. Ensure that the following is in your `.vimrc` resp. `_vimrc`:
set nocompatible
filetype plugin indent on
syntax on
let clj_highlight_builtins = 1
   
4. Edit aThe Clojure file. #Getting Disclaimer IfStarted youpages don'thave knowmoved Vim,to Vimclojure might be not the right tool for you. Vim's learning curve can be as steep as Emacs'. Eclipse + CCW, Netbeans + Enclojure, or Textmate (on OS X) are probably more suitable in this case.http://dev.clojure.org.