diff --git a/README.markdown b/README.markdown index ae334aa..3d87fa4 100644 --- a/README.markdown +++ b/README.markdown @@ -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 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 -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. 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 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 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 @@ -47,7 +47,7 @@ command, in my book. [cider-nrepl]: https://github.com/clojure-emacs/cider-nrepl [Piggieback]: https://github.com/cemerick/piggieback [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 @@ -108,7 +108,7 @@ Because why not? It works in the quasi-REPL too. > 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