readme.md : add missing comma

This commit is contained in:
Subhashis 2024-01-27 22:12:41 +05:30 committed by GitHub
parent acc8890b46
commit 586b120795
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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