Skip to content

Commit 3a5f2c2

Browse files
committed
react
1 parent ba9283f commit 3a5f2c2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.vimrc

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ so ~/.vim/vundle.vim
66
syntax on
77
let g:EasyMotion_leader_key = '['
88
let g:EditorConfig_exec_path = '/usr/bin/editorconfig'
9+
let g:jsx_ext_required = 0
10+
let g:syntastic_javascript_checkers = ['eslint']
911

1012
let g:ctrlp_prompt_mappings = {
1113
\ 'AcceptSelection("e")': ['<c-v>', '<2-LeftMouse>'],

vundle.vim

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ set rtp+=~/.vim/bundle/vundle/
55
call vundle#rc()
66

77
Bundle 'gmarik/vundle'
8-
Bundle 'JavaScript-syntax'
98
Bundle 'jQuery'
109
Bundle 'ervandew/supertab'
1110
Bundle 'flazz/vim-colorschemes'
@@ -28,6 +27,9 @@ Bundle 'editorconfig/editorconfig-vim'
2827
Bundle 'easymotion/vim-easymotion'
2928
Bundle 'EvanDotPro/vim-php-syntax-check'
3029

30+
Bundle 'pangloss/vim-javascript'
31+
Bundle 'mxw/vim-jsx'
32+
3133
Bundle 'jparise/vim-graphql'
3234

3335
filetype plugin indent on

0 commit comments

Comments
 (0)