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

@ -17,6 +17,12 @@ return {
explorer = {
layout = { layout = { position = "right" } },
},
files = {
ignored = true,
},
git_files = {
untracked = true,
},
},
},
notifier = { enabled = true },