Fork me on GitHub
#editors
<
2016-02-23
>
dominicm19:02:46

I'm currently working on async auto complete for vim. I think you were interested in this @juhoteperi. Uses deoplete. Seem fair?

dominicm19:02:21

Unfortunately I do have to implement my own nrepl connection finder, which makes things difficult

dominicm19:02:02

Not so bad in a project, but I can't take input really

dominicm19:02:02

So I'm limited to vars and finding .nrepl-port

juhoteperi19:02:49

Will be interesting to see this

dominicm19:02:46

I can't use fireplace, as vimscript can't be asyncd yet (else the omni function would work)

juhoteperi19:02:54

I'm hoping we could eventually integrate async stuff into fireplace or provide complete replacement

dominicm19:02:14

That would be dreamy. Perhaps an excellent long term goal.

juhoteperi19:02:39

Yeah won't be easy but hopefully once there is a working implementation it will be easier to see how it could be integrated

dominicm19:02:34

On the train I managed to get core in completion. That was pretty cool. But debugging is being difficult. I can't print data out. I've also got lots to do if i want this to work properly, e.g. Finding the namespace for the file, finding the connection,

juhoteperi19:02:31

I think that functionality should be quite easy to copy from fireplace

dominicm19:02:57

Yeah, true. I need to figure out prompting for a connection... If you're not in a project

dominicm19:02:46

Maybe I can make a command somehow... I dunno