readme.md : add missing comma
This commit is contained in:
parent
acc8890b46
commit
586b120795
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ require('lazy').setup {
|
|||
{
|
||||
'barrett-ruth/live-server.nvim',
|
||||
build = 'pnpm add -g live-server',
|
||||
cmd = { 'LiveServerStart', 'LiveServerStop' }
|
||||
cmd = { 'LiveServerStart', 'LiveServerStop' },
|
||||
config = true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue