nvim: remove markdown rpeview

This commit is contained in:
2023-07-08 15:20:43 +03:00
parent 125c740086
commit 71d3d1894a

View File

@ -266,18 +266,10 @@ require("lazy").setup({
{ {
"folke/which-key.nvim", "folke/which-key.nvim",
key = { key = {
"<leader>" "<leader>",
}, },
config = function() config = function()
require("plugins.which-key") require("plugins.which-key")
end, end,
}, },
{
"iamcco/markdown-preview.nvim",
config = function()
require("plugins.markdown-preview")
end,
},
}) })