chore: enabled markdown-preview and disabled image
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
return {
|
||||
"3rd/image.nvim",
|
||||
event = 'BufEnter',
|
||||
-- event = 'BufEnter',
|
||||
build = false, -- so that it doesn't build the rock https://github.com/3rd/image.nvim/issues/91#issuecomment-2453430239
|
||||
config = function()
|
||||
require("image").setup({
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
return {
|
||||
{
|
||||
"iamcco/markdown-preview.nvim",
|
||||
event = 'BufEnter',
|
||||
cmd = { "MarkdownPreviewToggle", "MarkdownPreview", "MarkdownPreviewStop" },
|
||||
build = "cd app && npm install",
|
||||
init = function()
|
||||
|
||||
Reference in New Issue
Block a user