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