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

feat: support yarn 1 #108

Closed vuki656 closed 2 years ago

vuki656 commented 2 years ago

Not the cleanest solution but I plan to rewrite a lot of stuff in the plugin soon so that should take care of it.

Closes #104

Iamafnan commented 2 years ago

Hey @vuki656 how can I use this pr instead of the main branch?

vuki656 commented 2 years ago

Hey @vuki656 how can I use this pr instead of the main branch?

You just need to specify the branch, like so

use({
    "vuki656/package-info.nvim",
    branch = "feat/yarn-1-support",
    requires = { "muniftanjim/nui.nvim" },
})
Iamafnan commented 2 years ago

Thanks I have tested yarn 1 branch and it is working fine for me all the functions are working good

vuki656 commented 2 years ago

Thanks I have tested yarn 1 branch and it is working fine for me all the functions are working good

Thanks for testing it.