nvim: remove markdown rpeview
This commit is contained in:
@ -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,
|
|
||||||
},
|
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user