feat(docs): update lazy config

This commit is contained in:
Barrett Ruth 2024-01-24 10:07:26 -05:00
parent 0e4cf0e7e8
commit acc8890b46

View file

@ -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
}
}