diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-07 13:01:20 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-07 13:01:20 +0200 |
commit | 9f4e2b683453c9521de8164169327a112d71f6c1 (patch) | |
tree | d0a7f01885aecceeffe17b9de082afd1fab1c3b2 /packages.yaml | |
parent | 619a7a854b198c78947719bc75adb5225bde2ad5 (diff) | |
download | vim-polyglot-9f4e2b683453c9521de8164169327a112d71f6c1.tar.gz vim-polyglot-9f4e2b683453c9521de8164169327a112d71f6c1.zip |
Remove context from packages, fixes #575
Diffstat (limited to 'packages.yaml')
-rw-r--r-- | packages.yaml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/packages.yaml b/packages.yaml index 83121e15..ea409055 100644 --- a/packages.yaml +++ b/packages.yaml @@ -4945,15 +4945,6 @@ filetypes: - pattern: "*.latex,*.sty,*.dtx,*.ltx,*.bbl" description: TeX --- -name: context -remote: vim/vim:runtime -glob: "**/context.vim" -filetypes: -- name: context - patterns: - - pattern: "*.mkii,*.mkiv,*.mkvi" - description: ConTeXt ---- name: texinfo remote: vim/vim:runtime glob: "**/texinfo.vim" |