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:
parent
8c3e51583a
commit
290534c6be
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user