@@ -109,13 +109,30 @@ By Eric Van Dewoestine.
109109Try < https://github.com/guns/screen > for better window handling if you are
110110running tmux 1.5 or higher.
111111
112+ ### [ vim-slime] ( git://github.com/jpalardy/vim-slime.git )
113+
114+ Like ` screen ` above, an asynchronous REPL plugin that uses GNU screen and
115+ tmux. Not Clojure specific.
116+
117+ Installation
118+ ============
119+
120+ Vim version 7.3.803 and later ships with these runtime files, so you may
121+ already have them installed!
122+
123+ If you are running an earlier version or you would like to keep up with
124+ development, you can install this repository like a standard Vim plugin. If
125+ you don't have a favorite method for installing plugins,
126+ [ Pathogen] ( https://github.com/tpope/vim-pathogen ) or
127+ [ Vundle] ( https://github.com/gmarik/vundle ) are recommended.
128+
112129Indent Options
113130==============
114131
115132Clojure indentation differs somewhat from traditional Lisps, due in part to
116133the use of square and curly brackets, and otherwise by community convention.
117- These conventions are not always universally followed, so the Clojure indent
118- script offers a few configurable options, listed below.
134+ These conventions are not universally followed, so the Clojure indent script
135+ offers a few configurable options, listed below.
119136
120137If the current vim does not include searchpairpos(), the indent script falls
121138back to normal ` 'lisp' ` indenting, and the following options are ignored.
0 commit comments