From 346bbb8a213f6ca9bc0571306444cf5748334a75 Mon Sep 17 00:00:00 2001 From: Gustavo Gimenez Date: Sun, 10 Dec 2017 21:27:45 -0300 Subject: simple hint for vim-pathogen installation --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 84c507a..795ddaf 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,13 @@ or simply enable for all formats by: Plug 'prettier/vim-prettier', { 'do': 'yarn install' } ``` +``` +For those using [vim-pathogen](https://github.com/tpope/vim-pathogen), you can run the following in a terminal: + +cd ~/.vim/bundle +git clone https://github.com/prettier/prettier +``` + 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` -- cgit v1.3