feat: add html live preview

This commit is contained in:
DACHXY 2025-03-04 23:43:10 +08:00
parent 84216db412
commit 0509cb1e09
3 changed files with 20 additions and 1 deletions

View file

@ -0,0 +1,13 @@
return {
{
"brianhuster/live-preview.nvim",
dependencies = {
-- You can choose one of the following pickers
"ibhagwan/fzf-lua",
},
cmd = "LivePreview",
keys = { { "<leader>cp", "<cmd>LivePreview close<cr><cmd>LivePreview start<cr>", desc = "Live Preview" } },
opts = true,
enabled = true,
},
}