diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-08-24 10:29:39 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-08-24 10:29:39 +0200 |
commit | d1bfe50419e0e12aaf77b68de0a75bfb3ef9c299 (patch) | |
tree | 88addc18a84c49480327b81a142f50067d40973a /packages.yaml | |
parent | 22e8e01c1e7bba0e1aa54255dad21dbb8496dd7a (diff) | |
download | vim-polyglot-d1bfe50419e0e12aaf77b68de0a75bfb3ef9c299.tar.gz vim-polyglot-d1bfe50419e0e12aaf77b68de0a75bfb3ef9c299.zip |
Ignore compiler for javascript, fixes #521
Diffstat (limited to 'packages.yaml')
-rw-r--r-- | packages.yaml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/packages.yaml b/packages.yaml index 69025591..cc857195 100644 --- a/packages.yaml +++ b/packages.yaml @@ -447,7 +447,12 @@ filetypes: --- name: javascript remote: pangloss/vim-javascript -dirs: :javascript +ignored_dirs: +# we don't want eslint compiler, see #521 +- compiler +extra_dirs: +# Used by ftplugins there +- extras filetypes: - name: javascript linguist: JavaScript |