File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ so ~/.vim/vundle.vim
6
6
syntax on
7
7
let g: EasyMotion_leader_key = ' ['
8
8
let g: EditorConfig_exec_path = ' /usr/bin/editorconfig'
9
+ let g: jsx_ext_required = 0
10
+ let g: syntastic_javascript_checkers = [' eslint' ]
9
11
10
12
let g: ctrlp_prompt_mappings = {
11
13
\ ' AcceptSelection("e")' : [' <c-v>' , ' <2-LeftMouse>' ],
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ set rtp+=~/.vim/bundle/vundle/
5
5
call vundle#rc ()
6
6
7
7
Bundle ' gmarik/vundle'
8
- Bundle ' JavaScript-syntax'
9
8
Bundle ' jQuery'
10
9
Bundle ' ervandew/supertab'
11
10
Bundle ' flazz/vim-colorschemes'
@@ -28,6 +27,9 @@ Bundle 'editorconfig/editorconfig-vim'
28
27
Bundle ' easymotion/vim-easymotion'
29
28
Bundle ' EvanDotPro/vim-php-syntax-check'
30
29
30
+ Bundle ' pangloss/vim-javascript'
31
+ Bundle ' mxw/vim-jsx'
32
+
31
33
Bundle ' jparise/vim-graphql'
32
34
33
35
filetype plugin indent on
You can’t perform that action at this time.
0 commit comments