Fork me on GitHub
#editors
<
2016-10-31
>
gignosko14:10:39

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?

dominicm14:10:07

@gignosko If you add it as a dependency, you need to require it first to put it on the classpath

gignosko14:10:59

Ah, gotcha. I’m still trying to figure out boot. Thanks, I’ll try that.

dominicm15:10:39

Do you know about vim-eastwood which has syntastic integration

gignosko15:10:08

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.

dominicm15:10:05

ah, that should be doing require for you

dominicm15:10:11

Can you share your profile.boot?

dominicm15:10:58

it does the require for you.

gignosko15:10:15

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.

dominicm15:10:38

Ah, you added eastwood as a dependency to your project then? Okay, cool

dominicm15:10:57

Sorry, can see that in your original message now

dominicm15:10:18

Are you able to do :Eval (require 'eastwood.lint)?

gignosko15:10:12

I’m actually at work right now and not on that machine. I’ll try that when I can.

gignosko15:10:50

Thanks for giving me some things to look at.

dominicm15:10:12

Btw, there's a #vim-fireplace channel which might be of interest to you

gignosko15:10:26

Great, I didn’t know. I’ll check that out. Thanks.

mattly22:10:10

have any Atom users gotten clojure indenting working nearly as well as in, say, emacs?

mattly22:10:05

ah, looks like the lisp-paredit package will handle it

mattly22:10:22

paredit is pretty nice, but

arrdem23:10:10

@mattly I have. Paredit is pretty good. I personally use smartparens (nonstrict paredit) and aggressive-indent-mode

mattly23:10:58

@arrdem is aggressive-indent a package?

mattly23:10:07

or the paredit mode?

arrdem23:10:04

Both are packages

mattly23:10:23

oh, I meant for Atom

mattly23:10:29

I have emacs setup the way I like it

mattly23:10:42

I've been kicking the tires on Atom for a few days

arrdem23:10:43

Oops. Sorry, I'm no help there then.