diff --git a/Doc-vim-support.md b/Doc-vim-support.md index 071829f..531abd4 100644 --- a/Doc-vim-support.md +++ b/Doc-vim-support.md @@ -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. \ No newline at end of file