Updated Doc vim support (markdown)

Michael Budde
2015-02-10 12:15:51 +01:00
parent 770e1c3a23
commit d574fb6c22
+1 -8
@@ -1,8 +1 @@
Copy the content of the Rust repository's `src/etc/vim` directory to `~/.vim`.
As long as `filetype plugin indent on` is used in `~/.vimrc`, .rs files will be
detected as Rust and the correct indentation and syntax highlighting will be
used.
By default, some operators like `->` are concealed with the unicode
representation. This can be disabled by setting `let g:no_rust_conceal = 1`.
Vim plugin has moved to its own repository. See [rust-lang/rust.vim](https://github.com/rust-lang/rust.vim) for instruction on how to install.