diff options
| author | Gustavo Gimenez <gustavo.gimenez@globant.com> | 2017-12-10 21:27:45 -0300 |
|---|---|---|
| committer | Gustavo Gimenez <gustavo.gimenez@globant.com> | 2017-12-10 21:27:45 -0300 |
| commit | 346bbb8a213f6ca9bc0571306444cf5748334a75 (patch) | |
| tree | bfeab265e3128417f461ffd4f6f8c2274f1d953a | |
| parent | 0ff53bc7cc03e62309eba7bdad3f44b4527502ad (diff) | |
| download | vim-prettier-346bbb8a213f6ca9bc0571306444cf5748334a75.tar.xz | |
simple hint for vim-pathogen installation
| -rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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` |
