From a32b9f7951346410397125b188474b076149888b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Daubensch=C3=BCtz?= Date: Mon, 3 Oct 2022 11:28:47 -0500 Subject: [PATCH] Add details to pathogen installation --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index feb6b4b..7d472c5 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,12 @@ For those using [vim-pathogen](https://github.com/tpope/vim-pathogen), you can r ``` cd ~/.vim/bundle git clone https://github.com/prettier/vim-prettier +cd vim-prettier +yarn # mandatory to use yarn over npm here because of the lock fil ``` +Make sure that the prettier CLI component is available at roughly version 1.x.x. + If using other vim plugin managers or doing manual setup make sure to have `prettier` installed globally or go to your vim-prettier directory and either do `npm install` or `yarn install`