Closed viniarck closed 1 year ago
Here's the demo:
nice! :-) I pulled your repo and it seems to work great! many thanks!
A small caveat: for long modules, functions, variables, ... there is no space between the names and the types in the pop-up menu
@kraxli, recently I've switched my completion manager com deoplete to ncm2, if you're interested check this out https://github.com/ncm2/ncm2-d
Thanks for letting me know! I have also just switched. Ncm2 is in general a very refreshing experiance for completion after deoplete - easy to set up and even ultisnips completion just works without headache :-)
On Wed, Aug 15, 2018, 18:48 Vinicius Arcanjo <notifications@github.com wrote:
Here's the demo:
[image: msgpack] https://user-images.githubusercontent.com/1010796/44160732-c1fbb200-a091-11e8-9411-2d538828d932.gif
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/landaire/deoplete-d/pull/7#issuecomment-413259598, or mute the thread https://github.com/notifications/unsubscribe-auth/AH--7E1nAL5aUbAwsIeDhwki1CQa4C6rks5uRFDMgaJpZM4V-aTy .
Hi @landaire and @kraxli,
This PR addresses issue #3. As long as
dub
is on the user path (so it's not a mandatory dependency for this plugin), it manages to find an unique list of the latest packages (highest string tag).Cheers!