Skip to content

Commit

Permalink
fix(markdown-preview-nvim): yarn istead of npm (#770)
Browse files Browse the repository at this point in the history
* fix: yarn istead of npm

**Issue**

- iamcco/markdown-preview.nvim#616

* chore: fix lint tabwidth 2

* chore(lint): fix ending line of table
  • Loading branch information
Krr0ptioN committed Feb 25, 2024
1 parent 1327177 commit f6a07ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
return {
"iamcco/markdown-preview.nvim",
build = "cd app && npm install",
build = "cd app && yarn install",
ft = "markdown",
}

0 comments on commit f6a07ff

Please sign in to comment.