diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2015-12-06 11:29:54 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2015-12-06 11:29:54 +0100 |
commit | 89728a486dfbbf03ed319761547f00e0cc3729bb (patch) | |
tree | 586900f29950ea88a87e3008301f7399153154d0 | |
parent | ae3a0d72cca04de74a1ca4f8795fef5ee5409f40 (diff) | |
parent | 8c139a4546f7767cc3646b6458f684ad1c9219c2 (diff) | |
download | vim-polyglot-89728a486dfbbf03ed319761547f00e0cc3729bb.tar.gz vim-polyglot-89728a486dfbbf03ed319761547f00e0cc3729bb.zip |
Merge pull request #87 from debris/update_rust
rust repository url updated
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 | ||||
-rwxr-xr-x | build | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -75,7 +75,7 @@ Optionally download one of the [releases](https://github.com/sheerun/vim-polyglo - [r-lang](https://github.com/vim-scripts/R.vim) (syntax, ftplugin) - [rspec](https://github.com/sheerun/rspec.vim) (syntax, ftdetect) - [ruby](https://github.com/vim-ruby/vim-ruby) (syntax, indent, compiler, autoload, ftplugin, ftdetect) -- [rust](https://github.com/wting/rust.vim) (syntax, indent, compiler, autoload, ftplugin, ftdetect) +- [rust](https://github.com/rust-lang/rust.vim) (syntax, indent, compiler, autoload, ftplugin, ftdetect) - [sbt](https://github.com/derekwyatt/vim-sbt) (syntax, ftdetect) - [scala](https://github.com/derekwyatt/vim-scala) (syntax, indent, compiler, ftplugin, ftdetect) - [slim](https://github.com/slim-template/vim-slim) (syntax, indent, ftdetect) @@ -146,7 +146,7 @@ PACKS=" r-lang:vim-scripts/R.vim rspec:sheerun/rspec.vim ruby:vim-ruby/vim-ruby - rust:wting/rust.vim + rust:rust-lang/rust.vim sbt:derekwyatt/vim-sbt scala:derekwyatt/vim-scala slim:slim-template/vim-slim |