fix: add missing comma

This commit is contained in:
oeyoews 2023-01-11 16:59:02 +08:00 committed by GitHub
parent b434147fe6
commit 3b980d8364
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ 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 = 'yarn global add live-server',
config = true
}
}