mirror of
https://github.com/sadan4/nvim.git
synced 2025-06-08 21:03:02 -04:00
things
This commit is contained in:
parent
6742b2432b
commit
0232a5a1ab
2 changed files with 13 additions and 1 deletions
|
@ -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" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue