Merge pull request #5 from Subhashis2007/main

readme.md : add missing comma
This commit is contained in:
Barrett Ruth 2024-01-27 15:00:13 -05:00 committed by GitHub
commit a2becf0d0a
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
}
}