diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-03-02 00:45:18 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-03-02 00:45:18 +0100 |
commit | e7dc03dc018ccdf48ddac392b65b6c6449a8cd84 (patch) | |
tree | a014aadee87dcefaf9f969150fe52cdaf5ba5c1d /README.md | |
parent | aee260a301b887024caea286c4683e39f1a6217d (diff) | |
download | vim-polyglot-e7dc03dc018ccdf48ddac392b65b6c6449a8cd84.tar.gz vim-polyglot-e7dc03dc018ccdf48ddac392b65b6c6449a8cd84.zip |
Use upstream rspec plugin, fixes #458
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -150,7 +150,7 @@ If you need full functionality of any plugin, please use it directly with your p - [ragel](https://github.com/jneen/ragel.vim) (syntax) - [raml](https://github.com/IN3D/vim-raml) (syntax, ftplugin) - [reason](https://github.com/reasonml-editor/vim-reason-plus) (syntax, indent) -- [rspec](https://github.com/sheerun/rspec.vim) (syntax) +- [rspec](https://github.com/keith/rspec.vim) (syntax) - [rst](https://github.com/marshallward/vim-restructuredtext) (syntax, indent, autoload, ftplugin) - [ruby](https://github.com/vim-ruby/vim-ruby) (syntax, indent, compiler, autoload, ftplugin) - [rust](https://github.com/rust-lang/rust.vim) (syntax, indent, compiler, autoload, ftplugin) |