mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-04 15:07:23 +01:00
es6 and jsx
This commit is contained in:
committed by
Thomas Ruoff
parent
f1628d4608
commit
b35005571f
6
vimrc
6
vimrc
@@ -47,6 +47,7 @@ Plug 'Raimondi/delimitMate'
|
|||||||
Plug 'pangloss/vim-javascript'
|
Plug 'pangloss/vim-javascript'
|
||||||
Plug 'marijnh/tern_for_vim', { 'do': 'npm install', 'for': 'javascript'}
|
Plug 'marijnh/tern_for_vim', { 'do': 'npm install', 'for': 'javascript'}
|
||||||
Plug 'mustache/vim-mustache-handlebars'
|
Plug 'mustache/vim-mustache-handlebars'
|
||||||
|
Plug 'mxw/vim-jsx'
|
||||||
|
|
||||||
Plug 'shime/vim-livedown'
|
Plug 'shime/vim-livedown'
|
||||||
Plug 'xuhdev/vim-latex-live-preview'
|
Plug 'xuhdev/vim-latex-live-preview'
|
||||||
@@ -261,7 +262,7 @@ nnoremap <leader>sc :CloseSession<CR>
|
|||||||
"
|
"
|
||||||
|
|
||||||
"" syntastic
|
"" syntastic
|
||||||
let g:syntastic_javascript_checkers = ['jshint','jscs']
|
let g:syntastic_javascript_checkers = ['eslint']
|
||||||
let g:syntastic_check_on_open = 1
|
let g:syntastic_check_on_open = 1
|
||||||
|
|
||||||
"" lightline
|
"" lightline
|
||||||
@@ -314,6 +315,9 @@ let g:UltiSnipsJumpForwardTrigger="<tab>"
|
|||||||
let g:tex_flavor = "latex"
|
let g:tex_flavor = "latex"
|
||||||
let g:livepreview_previewer = 'zathura'
|
let g:livepreview_previewer = 'zathura'
|
||||||
|
|
||||||
|
" JSX
|
||||||
|
let g:jsx_ext_required = 0 " Allow JSX in normal JS files
|
||||||
|
|
||||||
"
|
"
|
||||||
" Autocmd Rules
|
" Autocmd Rules
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user