From 3cf8ce55e5c0bde09e92c1bdc72f6d2fca9c05cc Mon Sep 17 00:00:00 2001 From: Chris McIntosh Date: Thu, 11 Feb 2021 10:08:47 -0600 Subject: Add dein config to readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5bc58b9..8b93ef2 100644 --- a/README.md +++ b/README.md @@ -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` -- cgit v1.3