vuki656 / package-info.nvim

✍️ All the npm/yarn/pnpm commands I don't want to type
GNU General Public License v3.0
480 stars 27 forks source link

[FEATURE REQUEST] Support nvim-notify #131

Closed ecosse3 closed 1 month ago

ecosse3 commented 2 years ago

Issues

Feature description

Hi,

it would be nice if this plugin could support nvim-notify via a specific option. It could look like that:

image

Even displaying current npm installation progress (if possible):

152641078-92f3da72-f49f-4705-aec8-86512693445f

I think it's a great addition to this plugin.

Regards

Help

Yes, but I don't know how to start. I would need guidance

Implementation help

I need time to understand how your queue works and if I need it with nvim-notify. Probably not since nvim-notify supports it somehow by default by displaying multiple notifications at once with a timeout. Will take a look in next week to implement this feature but I cannot guarantee the best code quality or tests (I've never tested with lua).

vuki656 commented 2 years ago

Hey, that's a good idea since it works out of the box for everyone instead of relying on status bar customizability.

Give it a go and let me know if you have any questions.

I'd be happy to help along the way.

luisfrocha commented 1 year ago

Any updates on this? I'd be interested in it. I'm currently trying to get the status to show up in Lualine but haven't been able to.

vuki656 commented 1 year ago

Any updates on this? I'd be interested in it. I'm currently trying to get the status to show up in Lualine but haven't been able to.

Hey @luisfrocha, could you paste your lualine code which didn't work?

As for the ticket itself, im open to review a PR.

vuki656 commented 1 year ago

Hey, could you check #143 and provide feedback?