Skip to content

Commit

Permalink
chore: run replaced with build
Browse files Browse the repository at this point in the history
the command was switched from run to build
  • Loading branch information
thrila authored Nov 22, 2023
1 parent ff55118 commit d7f33b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versioned_docs/version-1.2/plugins/extra-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@ table.insert(lvim.builtin.cmp.sources, 1, { name = "copilot" })
```lua
{
"iamcco/markdown-preview.nvim",
run = "cd app && npm install",
build = "cd app && npm install",
ft = "markdown",
config = function()
vim.g.mkdp_auto_start = 1
Expand Down

0 comments on commit d7f33b5

Please sign in to comment.