Skip to content

Commit b71fa1f

Browse files
authored
Update documentation for yuezk/vim-js (#104)
1 parent eb5dc6b commit b71fa1f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ The React syntax highlighting and indenting plugin for vim. Also supports the ty
1616

1717
### Syntax
1818

19-
|vim-jsx-pretty<br />(add colorful config)|vim-jsx-pretty|mxw/vim-jsx|
20-
|---|---|---|
21-
|![vim-jsx-pretty colorful](https://raw.githubusercontent.com/MaxMEllon/demos/master/vim-jsx-pretty/vim-jsx-pretty-colorful.png)|![vim-jsx-pretty](https://raw.githubusercontent.com/MaxMEllon/demos/master/vim-jsx-pretty/vim-jsx-pretty.png)|![vim-jsx](https://raw.githubusercontent.com/MaxMEllon/demos/master/vim-jsx-pretty/vim-jsx.png)|
19+
|vim-jsx-pretty<br />(add colorful config)|vim-jsx-pretty|
20+
|---|---|
21+
|![vim-jsx-pretty colorful](https://raw.githubusercontent.com/MaxMEllon/demos/master/vim-jsx-pretty/vim-jsx-pretty-colorful.png)|![vim-jsx-pretty](https://raw.githubusercontent.com/MaxMEllon/demos/master/vim-jsx-pretty/vim-jsx-pretty.png)|
2222

2323
### Auto indent
2424

@@ -40,10 +40,10 @@ your `~/.vimrc`:
4040
Plug 'maxmellon/vim-jsx-pretty'
4141
```
4242
43-
- with: vim-javascript (**Recommended but not required**)
43+
- with: [yuezk/vim-js](https://github.com/yuezk/vim-js) (**Recommended but not required**)
4444
4545
```vim
46-
Plug 'pangloss/vim-javascript'
46+
Plug 'yuezk/vim-js'
4747
Plug 'maxmellon/vim-jsx-pretty'
4848
```
4949

0 commit comments

Comments
 (0)