diff options
Diffstat (limited to 'after/ftplugin/jsx.vim')
-rw-r--r-- | after/ftplugin/jsx.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/after/ftplugin/jsx.vim b/after/ftplugin/jsx.vim index 76b0a327..fc76b19e 100644 --- a/after/ftplugin/jsx.vim +++ b/after/ftplugin/jsx.vim @@ -5,7 +5,6 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'jsx') == -1 " " Language: JSX (JavaScript) " Maintainer: Max Wang <mxawng@gmail.com> -" Depends: pangloss/vim-javascript " """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" |