Skip to content

Commit 7fad7da

Browse files
committed
Add installation instructions and mention vim-slime
Closes #14 and #15
1 parent 52faec9 commit 7fad7da

File tree

2 files changed

+21
-4
lines changed

2 files changed

+21
-4
lines changed

README.markdown

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,30 @@ By Eric Van Dewoestine.
109109
Try <https://github.com/guns/screen> for better window handling if you are
110110
running 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+
112129
Indent Options
113130
==============
114131

115132
Clojure indentation differs somewhat from traditional Lisps, due in part to
116133
the 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

120137
If the current vim does not include searchpairpos(), the indent script falls
121138
back to normal `'lisp'` indenting, and the following options are ignored.

doc/clojure.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ CLOJURE *ft-clojure-indent* *clojure-indent*
99

1010
Clojure indentation differs somewhat from traditional Lisps, due in part to
1111
the use of square and curly brackets, and otherwise by community convention.
12-
These conventions are not always universally followed, so the Clojure indent
13-
script offers a few configurable options, listed below.
12+
These conventions are not universally followed, so the Clojure indent script
13+
offers a few configurable options, listed below.
1414

1515
If the current vim does not include searchpairpos(), the indent script falls
1616
back to normal 'lisp' indenting, and the following options are ignored.

0 commit comments

Comments
 (0)