(in terminal #1)
sudo yum install vimclojure
java -jar /usr/share/java/vimclojure/server.jar
^^ note that once you are inside a clojure project, you'll likely need more entries in the classpath. For that, you'll likely switch to using the vimclojure goal from lein-tarsier
(in terminal #2)
vim test.clj
type: :let g:vimclojure#WantNailgun = 1
type: i
type: i
type: (println "Hello, World")
type: Ctrl+[
type: Ctrl+[
type: \et
To hide the buffer, type: \p
If you want to always use the nailgun connection, put this in your ~/.vimrc
let g:vimclojure#WantNailgun = 1
To hide the buffer, type: \p
If you want to always use the nailgun connection, put this in your ~/.vimrc
let g:vimclojure#WantNailgun = 1
-Dan
On Sun, Aug 26, 2012 at 5:18 PM, Dan Allen <dan.j.allen@xxxxxxxxx> wrote:
(in terminal #1)sudo yum install vimclojurejava -jar /usr/share/java/vimclojure/server.jar(in terminal #2)vim test.cljtype: let g:vimclojure#WantNailgun = 1type: (println "Hello, World")type: \et
Dan Allen
Principal Software Engineer, Red Hat | Author of Seam in ActionRegistered Linux User #231597
-- java-devel mailing list java-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/java-devel