aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--doc/prettier.txt2
-rw-r--r--package.json2
-rw-r--r--plugin/prettier.vim2
4 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 17ef89c..1553fb1 100644
--- a/README.md
+++ b/README.md
@@ -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
"
"==========================================================================================================
" }}}