1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 06:20:05 +08:00

Remove vim-javascript due to conflicts in flow-type and in jsx

This commit is contained in:
zhujinxuan 2018-04-19 12:04:06 -04:00
parent 8c3e51583a
commit 290534c6be

View File

@ -18,8 +18,7 @@ function! SpaceVim#layers#lang#javascript#plugins() abort
\ ['othree/es.next.syntax.vim', { 'on_ft': 'javascript' }],
\ ['othree/javascript-libraries-syntax.vim', {
\ 'on_ft': ['javascript', 'coffee', 'ls', 'typescript'] }],
\ ['othree/yajs.vim', { 'on_ft': 'javascript' }],
\ ['pangloss/vim-javascript', { 'on_ft': 'javascript' }],
\ ['othree/yajs.vim', { 'on_ft': 'javascript' }]
\ ]
if !SpaceVim#layers#lsp#check_filetype('javascript')