Merge pull request #1 from oeyoews/main

fix: add missing comma
This commit is contained in:
Barrett Ruth 2023-01-11 09:59:21 -06:00 committed by GitHub
commit 8cae0641ca
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
}
}