aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Gimenez <gustavo.gimenez@globant.com>2017-12-10 21:27:45 -0300
committerGustavo Gimenez <gustavo.gimenez@globant.com>2017-12-10 21:27:45 -0300
commit346bbb8a213f6ca9bc0571306444cf5748334a75 (patch)
treebfeab265e3128417f461ffd4f6f8c2274f1d953a
parent0ff53bc7cc03e62309eba7bdad3f44b4527502ad (diff)
downloadvim-prettier-346bbb8a213f6ca9bc0571306444cf5748334a75.tar.xz
simple hint for vim-pathogen installation
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
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`