feat(plugins): Remove markdown preview
This commit is contained in:
parent
632a9026e9
commit
fa5aa0c576
@ -238,15 +238,6 @@ local plugins = {
|
|||||||
tabout = { enable = true, hopout = true }
|
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
|
-- Eye candy UI
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user