clojure-android / lein-droid

A Leiningen plugin for building Clojure/Android projects
Eclipse Public License 1.0
645 stars 56 forks source link

fireplace.vim integration #25

Closed Profpatsch closed 11 years ago

Profpatsch commented 11 years ago

fireplace.vim normally auto-connects to the REPL with the port specified in target/repl-port (https://github.com/tpope/vim-fireplace#transparent-setup).

The vanilla Leiningen REPL auto-creates this file, it would be nice for the lein droid repl to do it, too.

alexander-yakushev commented 11 years ago

Just pushed a fix for this. It is available on Clojars as 0.1.0-preview3.

Profpatsch commented 11 years ago

Works like a charm. Thanks.