🚀 perf(nvim): use npm to install importcost instead of yarn
This commit is contained in:
parent
4be538f3d9
commit
3967b50aea
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
return {
|
return {
|
||||||
"barrett-ruth/import-cost.nvim",
|
"barrett-ruth/import-cost.nvim",
|
||||||
build = "sh install.sh yarn",
|
build = "sh install.sh npm",
|
||||||
event = "LazyFile",
|
event = "LazyFile",
|
||||||
config = true,
|
config = true,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue