This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-10-31
Channels
- # bangalore-clj (3)
- # beginners (15)
- # boot (128)
- # cider (4)
- # cljs-dev (12)
- # cljsjs (1)
- # clojure (105)
- # clojure-austin (5)
- # clojure-canada (6)
- # clojure-italy (5)
- # clojure-russia (14)
- # clojure-spec (70)
- # clojure-uk (21)
- # clojurebridge (3)
- # clojurescript (264)
- # cloverage (6)
- # cursive (4)
- # data-science (6)
- # datomic (10)
- # dirac (5)
- # editors (30)
- # events (3)
- # hoplon (9)
- # klipse (7)
- # leiningen (3)
- # luminus (4)
- # off-topic (9)
- # om (5)
- # om-next (1)
- # onyx (1)
- # parinfer (2)
- # perun (28)
- # re-frame (5)
- # ring (1)
- # rum (11)
- # spacemacs (2)
- # specter (10)
- # sql (3)
- # uncomplicate (4)
- # untangled (67)
- # vim (2)
- # yada (1)
Hey all, I;m a vim user and I’m trying to get Eastwood to work using boot. I found how to run it as a task, but I don’t really want that, I’d rather just have it available to run on specific buffers in vim. I tried adding it to the dependencies in a project’s build.boot, but that didn’t see to bring it into the classpath the way that vim and fireplace need it. Has anyone done this?
@gignosko If you add it as a dependency, you need to require it first to put it on the classpath
Yes, that’s the plugin I’m using, but it kept telling me it couldn’t find eastwood on the classpath when I would try to lint a buffer.
I just started using boot on Saturday and I came to it through the hoplon Getting Started, so I haven’t set up a profile.boot yet.
have any Atom users gotten clojure indenting working nearly as well as in, say, emacs?