🚀 perf(nvim): use npm to install importcost instead of yarn

This commit is contained in:
Sergio Laín 2024-01-23 10:15:34 +01:00
parent 4be538f3d9
commit 3967b50aea
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -1,6 +1,6 @@
return {
"barrett-ruth/import-cost.nvim",
build = "sh install.sh yarn",
build = "sh install.sh npm",
event = "LazyFile",
config = true,
}