I'm currently working on async auto complete for vim. I think you were interested in this @juhoteperi. Uses deoplete. Seem fair?
Unfortunately I do have to implement my own nrepl connection finder, which makes things difficult
Not so bad in a project, but I can't take input really
So I'm limited to vars and finding .nrepl-port
Will be interesting to see this
I can't use fireplace, as vimscript can't be asyncd yet (else the omni function would work)
I'm hoping we could eventually integrate async stuff into fireplace or provide complete replacement
That would be dreamy. Perhaps an excellent long term goal.
Yeah won't be easy but hopefully once there is a working implementation it will be easier to see how it could be integrated
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,
I think that functionality should be quite easy to copy from fireplace
Yeah, true. I need to figure out prompting for a connection... If you're not in a project
Maybe I can make a command somehow... I dunno