diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-04 12:11:55 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-04 12:11:55 +0200 |
commit | 48f59577c8fa68d85ac73bfd9f257d606c4660b5 (patch) | |
tree | e50bd0c7c0c5c76cc6e7cb689cdbdfc7b38bdaab /packages.yaml | |
parent | 96179c95ba1bc76e792ce06beb7525be1412de48 (diff) | |
download | vim-polyglot-48f59577c8fa68d85ac73bfd9f257d606c4660b5.tar.gz vim-polyglot-48f59577c8fa68d85ac73bfd9f257d606c4660b5.zip |
Switch to neovim version of help filetype, fixes #536
Diffstat (limited to 'packages.yaml')
-rw-r--r-- | packages.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages.yaml b/packages.yaml index f4f801cf..1ff3f0eb 100644 --- a/packages.yaml +++ b/packages.yaml @@ -1672,7 +1672,7 @@ filetypes: - "*/templates/*.tpl" --- name: help -remote: vim/vim:runtime +remote: neovim/neovim:runtime glob: '**/help.vim' filetypes: - name: help |