Replace leiningen.vim with salve.vim
This commit is contained in:
parent
1c75b56ceb
commit
2d5177abef
@ -10,7 +10,7 @@ First, set up [cider-nrepl][]. (If you skip this step, fireplace.vim will
|
|||||||
make do with eval, which mostly works.) Next, fireplace.vim doesn't provide
|
make do with eval, which mostly works.) Next, fireplace.vim doesn't provide
|
||||||
indenting or syntax highlighting, so you'll want [a set of Clojure runtime
|
indenting or syntax highlighting, so you'll want [a set of Clojure runtime
|
||||||
files](https://github.com/guns/vim-clojure-static) if you're on a version of
|
files](https://github.com/guns/vim-clojure-static) if you're on a version of
|
||||||
Vim earlier than 7.4. You might also want [leiningen.vim][] for assorted
|
Vim earlier than 7.4. You might also want [salve.vim][] for assorted
|
||||||
static project support.
|
static project support.
|
||||||
|
|
||||||
If you don't have a preferred installation method, I recommend
|
If you don't have a preferred installation method, I recommend
|
||||||
@ -38,7 +38,7 @@ one automatically. ClojureScript support is just as seamless with
|
|||||||
The only external dependency is that you have either a Vim with Python support
|
The only external dependency is that you have either a Vim with Python support
|
||||||
compiled in, or `python` in your path.
|
compiled in, or `python` in your path.
|
||||||
|
|
||||||
Oh, and if you don't have an nREPL connection, installing [leiningen.vim][]
|
Oh, and if you don't have an nREPL connection, installing [salve.vim][]
|
||||||
lets it fall back to using `java clojure.main` for some of the basics, using a
|
lets it fall back to using `java clojure.main` for some of the basics, using a
|
||||||
class path based on your Leiningen config. It's a bit slow, but a two-second
|
class path based on your Leiningen config. It's a bit slow, but a two-second
|
||||||
delay is vastly preferable to being forced out of my flow for a single
|
delay is vastly preferable to being forced out of my flow for a single
|
||||||
@ -47,7 +47,7 @@ command, in my book.
|
|||||||
[cider-nrepl]: https://github.com/clojure-emacs/cider-nrepl
|
[cider-nrepl]: https://github.com/clojure-emacs/cider-nrepl
|
||||||
[Piggieback]: https://github.com/cemerick/piggieback
|
[Piggieback]: https://github.com/cemerick/piggieback
|
||||||
[classpath.vim]: https://github.com/tpope/vim-classpath
|
[classpath.vim]: https://github.com/tpope/vim-classpath
|
||||||
[leiningen.vim]: https://github.com/tpope/vim-leiningen
|
[salve.vim]: https://github.com/tpope/vim-salve
|
||||||
|
|
||||||
### Not quite a REPL
|
### Not quite a REPL
|
||||||
|
|
||||||
@ -108,7 +108,7 @@ Because why not? It works in the quasi-REPL too.
|
|||||||
|
|
||||||
> Why does it take so long for Vim to startup?
|
> Why does it take so long for Vim to startup?
|
||||||
|
|
||||||
That's either [classpath.vim][] or [leiningen.vim][].
|
That's either [classpath.vim][] or [salve.vim][].
|
||||||
|
|
||||||
## Self-Promotion
|
## Self-Promotion
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user