nvim: remove markdown rpeview
This commit is contained in:
@ -266,18 +266,10 @@ require("lazy").setup({
|
||||
{
|
||||
"folke/which-key.nvim",
|
||||
key = {
|
||||
"<leader>"
|
||||
"<leader>",
|
||||
},
|
||||
config = function()
|
||||
require("plugins.which-key")
|
||||
end,
|
||||
},
|
||||
|
||||
{
|
||||
|
||||
"iamcco/markdown-preview.nvim",
|
||||
config = function()
|
||||
require("plugins.markdown-preview")
|
||||
end,
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user