mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Updated Doc vim support (markdown)
+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.
|
||||
Reference in New Issue
Block a user