This commit is contained in:
sadanslargehole 2024-05-19 16:49:15 -04:00
parent 6742b2432b
commit 0232a5a1ab
No known key found for this signature in database
GPG key ID: B2E2F4A5161A7800
2 changed files with 13 additions and 1 deletions

View file

@ -8,6 +8,12 @@ local plugins = {
{
"windwp/nvim-ts-autotag"
},
{
"barrett-ruth/live-server.nvim",
build = "pnpm add -g live-server",
cmd = { "LiveServerStart", "LiveServerStop" },
config = true,
},
{
"iamcco/markdown-preview.nvim",
cmd = { "MarkdownPreviewToggle", "MarkdownPreview", "MarkdownPreviewStop" },