From af4a9fa6f6d8a07115fd7241f00a3276a367853b Mon Sep 17 00:00:00 2001 From: nokaa Date: Fri, 3 Jun 2016 02:52:48 -0500 Subject: [PATCH] Update Vim integration instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d9f262d659..ca4ea786332 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ You can run `rustfmt --help` for more information. ## Running Rustfmt from your editor -* [Vim](http://johannh.me/blog/rustfmt-vim.html) +* [Vim](https://github.com/rust-lang/rust.vim#enabling-autoformat) * [Emacs](https://github.com/fbergroth/emacs-rustfmt) * [Sublime Text 3](https://packagecontrol.io/packages/BeautifyRust) * [Atom](atom.md)