From d7f33b5d3643b866608aabd705a43c188601f62c Mon Sep 17 00:00:00 2001 From: Michael Emmanuel <79278137+thrila@users.noreply.github.com> Date: Wed, 22 Nov 2023 11:51:18 +0100 Subject: [PATCH] chore: run replaced with build the command was switched from run to build --- versioned_docs/version-1.2/plugins/extra-plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versioned_docs/version-1.2/plugins/extra-plugins.md b/versioned_docs/version-1.2/plugins/extra-plugins.md index c1f91cf3..fa2c73dd 100644 --- a/versioned_docs/version-1.2/plugins/extra-plugins.md +++ b/versioned_docs/version-1.2/plugins/extra-plugins.md @@ -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