Fork me on GitHub
#vim
<
2016-10-28
>
markwoodhall16:10:43

Hi everyone! Is this kind of functionality valuable? http://i.imgur.com/5lu9CZT.png

dominicm16:10:08

@markwoodhall I was thinking about that sort of feature this morning. Particularly for jumping around the current file, hadn't considered it for other namespaces.

dominicm16:10:03

In unite you can define a type (file, or in this case a var/symbol or something), and define actions for it, it would be super cool to have the following actions for a symbol: - Show doc - Show source - Jump to definition Another cool type would be a namespace: - Jump to file - Show doc - List ns-publics

dominicm16:10:24

Not sure how unite does with recursion, don't see why it would be a problem though

dominicm16:10:43

Unite works with recursion, just checked the cdable type

markwoodhall16:10:14

Is most of that possible with denite too?

dominicm16:10:32

Not yet 😞 Soon™

dominicm16:10:09

I'm surprised Shougo has marked Unite as deprecated so early. It's fairly devoid of features. More like an alpha than anything.

dominicm16:10:31

Hopefully it'll be largely compatible with Unite in terms of concepts. I think the rewrite is a focus on speed than anything else.

dominicm16:10:48

Unite uses lua, which neovim doesn't support, and then it falls back on slow vimscript if it can't use lua.

zamaterian16:10:06

New neovim release :)

markwoodhall16:10:57

On a Friday evening too :)

markwoodhall21:10:34

Kind of ended up with this for the first attempt. http://i.imgur.com/No0cK1S.png

dominicm21:10:02

Very cool 😄

markwoodhall21:10:23

Its quite nice that you can hot load a dependency and then discover it by finding the namespaces and their publics.

dominicm21:10:26

Yeah, I think that's great

dominicm21:10:18

NVIM v0.2.0-1-g242c3d5 we're apparently going to 0.2.0 next

markwoodhall21:10:43

Have you read much about what is in the latest version?

dominicm21:10:17

I have, it's mostly just bug fixes, and stuff for plugin authors I guess.

dominicm21:10:25

I tend to run master.

dominicm22:10:17

@markwoodhall btw, for your plugin, check out fireplace#evalparse