Skip to content

Commit

Permalink
update markdown-preview.nvim install method
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhao committed Oct 4, 2022
1 parent 2c7e4aa commit 81663c8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lua/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -262,9 +262,7 @@ packer.startup {
if vim.g.is_win or vim.g.is_mac then
use {
"iamcco/markdown-preview.nvim",
run = function()
fn["mkdp#util#install"]()
end,
run = "cd app && npm install",
ft = { "markdown" },
}
end
Expand Down

0 comments on commit 81663c8

Please sign in to comment.