From fa5aa0c57609254ce23d7479e344d0c3e292efd9 Mon Sep 17 00:00:00 2001 From: Ryan Date: Sat, 13 Apr 2024 21:10:44 +0800 Subject: [PATCH] feat(plugins): Remove markdown preview --- lua/lazy-plugins.lua | 9 --------- 1 file changed, 9 deletions(-) diff --git a/lua/lazy-plugins.lua b/lua/lazy-plugins.lua index dd7bac3..e9d81e1 100644 --- a/lua/lazy-plugins.lua +++ b/lua/lazy-plugins.lua @@ -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 {