From 75b13a9b89bdadf9817724b2167400929c51aebc Mon Sep 17 00:00:00 2001 From: iridium Date: Mon, 26 Feb 2024 00:13:20 +0000 Subject: [PATCH 1/2] readme update for vim --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6de9440..c396772 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,11 @@ npx --yes yarn build Please make sure that you have installed `node.js` and `yarn`. Open `nvim` and run `:PackerInstall` to make it workable +#### Note About Normal Vim + +In order for this plugin to work on normal: +cd to this directory, then: `npm install` + ### MarkdownPreview Config: ```vim From d1018d7c0e78cfe31fb7946063bdf87f364457da Mon Sep 17 00:00:00 2001 From: Iridium-Lo <80277972+Iridium-Lo@users.noreply.github.com> Date: Thu, 29 Feb 2024 19:11:30 +0000 Subject: [PATCH 2/2] instructions for this to work on mac --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c396772..78b09ad 100644 --- a/README.md +++ b/README.md @@ -128,9 +128,10 @@ npx --yes yarn build Please make sure that you have installed `node.js` and `yarn`. Open `nvim` and run `:PackerInstall` to make it workable -#### Note About Normal Vim +#### Note About MacOS + +This plugin requires a further step in order for it to render markdown on MacOS; affects all Vim flavours. -In order for this plugin to work on normal: cd to this directory, then: `npm install` ### MarkdownPreview Config: