mxw / vim-jsx

React JSX syntax highlighting and indenting for vim.
1.59k stars 95 forks source link

Set g:jsx_ext_required = 0 by default #158

Open cloudlena opened 6 years ago

cloudlena commented 6 years ago

Using the .jsx file extension seems outdated and is not used by de facto standards like create-react-app. To me it would therefore make sense to set g:jsx_ext_required = 0 by default.

trevordmiller commented 6 years ago

I agree it would be great to set let g:jsx_ext_required = 0 by default. Almost all JSX projects use .js files.