chore: enabled markdown-preview and disabled image

This commit is contained in:
2026-01-16 08:56:08 +03:00
parent 74e5740a77
commit e5bd69cfc4
2 changed files with 2 additions and 1 deletions

View File

@@ -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({

View File

@@ -1,6 +1,7 @@
return {
{
"iamcco/markdown-preview.nvim",
event = 'BufEnter',
cmd = { "MarkdownPreviewToggle", "MarkdownPreview", "MarkdownPreviewStop" },
build = "cd app && npm install",
init = function()