diff options
| author | Chris McIntosh <Chocrates@github.com> | 2021-02-11 10:08:47 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-11 10:08:47 -0600 |
| commit | 3cf8ce55e5c0bde09e92c1bdc72f6d2fca9c05cc (patch) | |
| tree | b6d90005e20b21aac4d618dbfb27271cbfb50fcb | |
| parent | d55fa4e5571d2058e7da67dc430ed142d23ee7c9 (diff) | |
| download | vim-prettier-3cf8ce55e5c0bde09e92c1bdc72f6d2fca9c05cc.tar.xz | |
Add dein config to readme
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -60,6 +60,12 @@ cd ~/.vim/bundle git clone https://github.com/prettier/vim-prettier ``` +If using [dein](https://github.com/Shougo/dein.vim), add the following to your dein config: + +```vim +call dein#add('prettier/vim-prettier', {'build': 'npm install'}) +``` + 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` |
