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 /README.md | |
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 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -125,7 +125,7 @@ If you need full functionality of any plugin, please use it directly with your p - [haxe](https://github.com/yaymukund/vim-haxe) - [hcl](https://github.com/b4b4r07/vim-hcl) - [helm](https://github.com/towolf/vim-helm) -- [help](https://github.com/vim/vim/tree/master/runtime) +- [help](https://github.com/neovim/neovim/tree/master/runtime) - [hive](https://github.com/zebradil/hive.vim) - [html5](https://github.com/othree/html5.vim) - [i3](https://github.com/mboughaba/i3config.vim) |