fix: add missing comma
This commit is contained in:
parent
b434147fe6
commit
3b980d8364
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ For example, a config with [yarn](https://yarnpkg.com) and
|
||||||
require('lazy').setup {
|
require('lazy').setup {
|
||||||
{
|
{
|
||||||
'barrett-ruth/live-server.nvim',
|
'barrett-ruth/live-server.nvim',
|
||||||
build = 'yarn global add live-server'
|
build = 'yarn global add live-server',
|
||||||
config = true
|
config = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue