Skip to content

Commit 9730c3e

Browse files
committed
🐛 Fix typo
1 parent 95572d0 commit 9730c3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Configuration
7575
- Disable jsx highlight (but highlight group is set to jsx syntax. so this plugin expect to add highlight settings in case of disabled.)
7676
7777
```vim
78-
let g:vim_jsx_pretty_enable_jsx_highlight = 1 " default 1
78+
let g:vim_jsx_pretty_enable_jsx_highlight = 0 " default 1
7979
```
8080
8181
- Colorful style (**vim-javascript only**)

0 commit comments

Comments
 (0)