feat: remote nvim markdown preview

This commit is contained in:
DACHXY 2025-03-04 20:37:32 +08:00
parent a80bee0165
commit 84216db412
2 changed files with 12 additions and 3 deletions

View file

@ -27,4 +27,7 @@ vim.o.background = "dark"
-- Markdown preview
vim.g.mkdp_auto_close = 0
vim.g.mkdp_combine_preview = 0
vim.g.mkdp_combine_preview = 1
vim.g.mkdp_echo_preview_url = 1
vim.g.mkdp_open_to_the_world = 1
vim.g.mkdp_port = "20088"