feat(docs): update lazy config
This commit is contained in:
parent
0e4cf0e7e8
commit
acc8890b46
1 changed files with 2 additions and 1 deletions
|
|
@ -17,7 +17,8 @@ For example, a config with [yarn](https://yarnpkg.com) and
|
|||
require('lazy').setup {
|
||||
{
|
||||
'barrett-ruth/live-server.nvim',
|
||||
build = 'yarn global add live-server',
|
||||
build = 'pnpm add -g live-server',
|
||||
cmd = { 'LiveServerStart', 'LiveServerStop' }
|
||||
config = true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue