File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ The React syntax highlighting and indenting plugin for vim. Also supports the ty
16
16
17
17
### Syntax
18
18
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 ) |
22
22
23
23
### Auto indent
24
24
@@ -40,10 +40,10 @@ your `~/.vimrc`:
40
40
Plug 'maxmellon/vim-jsx-pretty'
41
41
```
42
42
43
- - with: vim-javascript (**Recommended but not required**)
43
+ - with: [yuezk/ vim-js](https://github.com/yuezk/vim-js) (**Recommended but not required**)
44
44
45
45
```vim
46
- Plug 'pangloss /vim-javascript '
46
+ Plug 'yuezk /vim-js '
47
47
Plug 'maxmellon/vim-jsx-pretty'
48
48
```
49
49
You can’t perform that action at this time.
0 commit comments