File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ This option requires [Vim-Plug][].
56
56
Add the following line to your ` vimrc ` file between ` call plug#begin(...) ` and
57
57
` call plug#end() ` :
58
58
59
- Plug 'strager /quick-lint-js', {'rtp': 'plugin/vim/quick-lint-js.vim'}
59
+ Plug 'quick-lint /quick-lint-js', {'rtp': 'plugin/vim/quick-lint-js.vim'}
60
60
61
61
Then, restart Vim, then run ` :PlugInstall ` in Vim.
62
62
@@ -67,7 +67,7 @@ This option requires [Vundle][].
67
67
Add the following line to your ` vimrc ` file between ` call vundle#begin(...) ` and
68
68
` call vundle#end() ` :
69
69
70
- Plugin 'strager /quick-lint-js', {'rtp': 'plugin/vim/quick-lint-js.vim'}
70
+ Plugin 'quick-lint /quick-lint-js', {'rtp': 'plugin/vim/quick-lint-js.vim'}
71
71
72
72
Then, restart Vim, then run ` :PluginInstall ` in Vim.
73
73
Original file line number Diff line number Diff line change @@ -1571,7 +1571,7 @@ <h4 id="manual-vim-vim-plug">Install with Vim-Plug</h4>
1571
1571
< code class ="vim "> call plug#begin(...)</ code > and
1572
1572
< code class ="vim "> call plug#end()</ code > :
1573
1573
< blockquote >
1574
- < pre > < code class ="vim "> Plug 'strager /quick-lint-js', {'rtp': 'plugin/vim/quick-lint-js.vim'}</ code > </ pre >
1574
+ < pre > < code class ="vim "> Plug 'quick-lint /quick-lint-js', {'rtp': 'plugin/vim/quick-lint-js.vim'}</ code > </ pre >
1575
1575
</ blockquote >
1576
1576
</ li >
1577
1577
< li > Restart Vim.</ li >
@@ -1589,7 +1589,7 @@ <h4 id="manual-vim-vundle">Install with Vundle</h4>
1589
1589
< code class ="vim "> call vundle#begin(...)</ code > and
1590
1590
< code class ="vim "> call vundle#end()</ code > :
1591
1591
< blockquote >
1592
- < pre > < code class ="vim "> Plugin 'strager /quick-lint-js', {'rtp': 'plugin/vim/quick-lint-js.vim'}</ code > </ pre >
1592
+ < pre > < code class ="vim "> Plugin 'quick-lint /quick-lint-js', {'rtp': 'plugin/vim/quick-lint-js.vim'}</ code > </ pre >
1593
1593
</ blockquote >
1594
1594
</ li >
1595
1595
< li > Restart Vim.</ li >
You can’t perform that action at this time.
0 commit comments