diff options
| author | mitermayer <mitermayer.reis@gmail.com> | 2017-07-19 08:35:43 -0700 |
|---|---|---|
| committer | mitermayer <mitermayer.reis@gmail.com> | 2017-07-19 08:35:43 -0700 |
| commit | 96f80361f0cda0bcef219fd061aee50b161fb3f8 (patch) | |
| tree | 3b25fda4bbac7e336d2e0dd9ec79ea15e9a9c2b1 | |
| parent | 973ce3bc3662497204e84960baca28bb40784c1f (diff) | |
| download | vim-prettier-96f80361f0cda0bcef219fd061aee50b161fb3f8.tar.xz | |
Updating the readme to new location
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | doc/prettier.txt | 2 | ||||
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | plugin/prettier.vim | 2 |
4 files changed, 4 insertions, 4 deletions
@@ -12,7 +12,7 @@ Install with [vim-plug](https://github.com/junegunn/vim-plug), assumes node and ```vim " post install (yarn install | npm install) then load plugin only for editing supported files -Plug 'mitermayer/vim-prettier', { +Plug 'prettier/vim-prettier', { \ 'do': 'yarn install', \ 'for': ['javascript', 'typescript', 'css', 'less', 'scss', 'json', 'graphql'] } ``` diff --git a/doc/prettier.txt b/doc/prettier.txt index 5ee7435..8e327c3 100644 --- a/doc/prettier.txt +++ b/doc/prettier.txt @@ -32,7 +32,7 @@ INSTALL *vim-prettier-install* Install with [vim-plug](https://github.com/junegunn/vim-plug), assumes node and yarn|npm installed globally. > - Plug 'mitermayer/vim-prettier', { + Plug 'prettier/vim-prettier', { \ 'do': 'yarn install', \ 'for': ['javascript', 'typescript', 'css', 'less', 'scss', 'json', 'graphql'] } < diff --git a/package.json b/package.json index f788a4b..a6c0d0b 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "description": "Vim plugin for prettier", "repository": { "type": "git", - "url": "git://github.com/mitermayer/vim-prettier.git" + "url": "git://github.com/prettier/vim-prettier.git" }, "dependencies": { "prettier": "^1.5.2" diff --git a/plugin/prettier.vim b/plugin/prettier.vim index 4fdacce..d2bdc67 100644 --- a/plugin/prettier.vim +++ b/plugin/prettier.vim @@ -6,7 +6,7 @@ " Description: A vim plugin wrapper for prettier, pre-configured with custom default prettier settings. " Maintainer: Mitermayer Reis <mitermayer.reis at gmail.com> " Version: 0.0.11 -" Usage: Use :help vim-prettier-usage, or visit https://github.com/mitermayer/vim-prettier +" Usage: Use :help vim-prettier-usage, or visit https://github.com/prettier/vim-prettier " "========================================================================================================== " }}} |
