Skip to content

Commit

Permalink
fix(nvim): fix markdown-preview build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
barraIhsan committed Sep 6, 2024
1 parent f43eafc commit 49e890a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .config/nvim/lua/plugins/etcetera.lua
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ return {
cmd = { "MarkdownPreviewToggle", "MarkdownPreview", "MarkdownPreviewStop" },
ft = "markdown",
build = function()
require("lazy").load({ plugins = { "markdown-preview.nvim" } })
vim.fn["mkdp#util#install"]()
end,
},
Expand Down

0 comments on commit 49e890a

Please sign in to comment.