feat(plugins): Remove markdown preview

This commit is contained in:
Ryan 2024-04-13 21:10:44 +08:00
parent 632a9026e9
commit fa5aa0c576
1 changed files with 0 additions and 9 deletions

View File

@ -238,15 +238,6 @@ local plugins = {
tabout = { enable = true, hopout = true }
},
},
{
"iamcco/markdown-preview.nvim",
cmd = { "MarkdownPreviewToggle", "MarkdownPreview", "MarkdownPreviewStop" },
build = "cd app && yarn install",
init = function()
vim.g.mkdp_filetypes = { "markdown" }
end,
ft = { "markdown" },
},
-- Eye candy UI
{