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

Loading hook in vim-airline #117

Closed princejoogie closed 2 years ago

princejoogie commented 2 years ago

Issues

Feature description

how to i show status with loading hook in vim-airline?

Help

No, sorry.

Implementation help

No response

princejoogie commented 2 years ago

also how do i only bump the version in package,json file but not run yarn/npm install?

vuki656 commented 2 years ago

Issues

  • [X] I have checked existing issues and there are no existing ones with the same request.

Feature description

how to i show status with loading hook in vim-airline?

Help

No, sorry.

Implementation help

No response

Can you share your current status line config?

Different status lines accept custom sections in different ways so I'd need the example to see how we can do it.

vuki656 commented 2 years ago

also how do i only bump the version in package,json file but not run yarn/npm install?

Unfortunately you can't since the commands run npm i pgk under the hood and those automatically install the dependency as well.

princejoogie commented 2 years ago

ditched vim-airline for lualine which i got the hooks working with lua

image

image