overhauled plugins

This commit is contained in:
2025-01-21 22:58:44 +11:00
parent f99c76079c
commit 7a32c2fccf
13 changed files with 419 additions and 73 deletions

View File

@@ -0,0 +1,9 @@
return {
"iamcco/markdown-preview.nvim",
cmd = { "MarkdownPreviewToggle", "MarkdownPreview", "MarkdownPreviewStop" },
build = "cd app && yarn install",
init = function()
vim.g.mkdp_filetypes = { "markdown" }
end,
ft = { "markdown" },
}