File tree 4 files changed +6
-0
lines changed
4 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 57
57
[submodule "YAML syntax "]
58
58
path = bundle/syntax-yaml
59
59
url = https://github.com/stephpy/vim-yaml.git
60
+ [submodule "JSX syntax "]
61
+ path = bundle/syntax-jsx
62
+ url = https://github.com/mxw/vim-jsx.git
60
63
[submodule "JS syntax "]
61
64
path = bundle/syntax-javascript
62
65
url = https://github.com/pangloss/vim-javascript.git
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ The following plugins are installed and configured:
57
57
- ** [CSS](https://github.com/JulesWang/css.vim)**
58
58
- ** [HTML5](https://github.com/othree/html5.vim)**
59
59
- ** [Javascript](https://github.com/pangloss/vim-javascript)**
60
+ - [JSX](https://github.com/mxw/vim-jsx.git)
60
61
- ** [JSON](https://github.com/elzr/vim-json)**
61
62
- [Markdown](https://github.com/tpope/vim-markdown)
62
63
- [nginx](https://github.com/moskytw/nginx-contrib-vim)
Original file line number Diff line number Diff line change @@ -151,6 +151,7 @@ let g:syntastic_check_on_wq = 0
151
151
" https://github.com/alvan/vim-php-manual.git
152
152
" https://github.com/stephpy/vim-php-cs-fixer.git
153
153
" https://github.com/vim-scripts/JavaScript-Indent.git
154
+ " https://github.com/mxw/vim-jsx.git
154
155
" https://github.com/bronson/vim-trailing-whitespace
155
156
" https://github.com/lumiliet/vim-twig.git
156
157
" https://github.com/ap/vim-css-color
You can’t perform that action at this time.
0 commit comments