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 /README.md | |
parent | 22e8e01c1e7bba0e1aa54255dad21dbb8496dd7a (diff) | |
download | vim-polyglot-d1bfe50419e0e12aaf77b68de0a75bfb3ef9c299.tar.gz vim-polyglot-d1bfe50419e0e12aaf77b68de0a75bfb3ef9c299.zip |
Ignore compiler for javascript, fixes #521
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -100,7 +100,7 @@ If you need full functionality of any plugin, please use it directly with your p - [icalendar](https://github.com/chutzpah/icalendar.vim) (syntax) - [idris](https://github.com/idris-hackers/idris-vim) (syntax, indent, ftplugin) - [ion](https://github.com/vmchale/ion-vim) (syntax, ftplugin) -- [javascript](https://github.com/pangloss/vim-javascript) (syntax, indent, compiler, ftplugin, extras) +- [javascript](https://github.com/pangloss/vim-javascript) (syntax, indent, ftplugin, extras) - [jenkins](https://github.com/martinda/Jenkinsfile-vim-syntax) (syntax, indent) - [jinja](https://github.com/lepture/vim-jinja) (syntax, indent) - [jq](https://github.com/vito-c/jq.vim) (syntax, ftplugin) |