docs: add windows build script to readme
This commit is contained in:
parent
695e80acff
commit
b1f21a2bab
1 changed files with 2 additions and 0 deletions
|
|
@ -22,6 +22,8 @@ require('lazy').setup {
|
|||
{
|
||||
'barrett-ruth/import-cost.nvim',
|
||||
build = 'sh install.sh yarn',
|
||||
-- if on windows
|
||||
-- build = 'pwsh install.ps1 yarn',
|
||||
config = true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue