我安装了Rust和Rust vim plugin,但自动填充不起作用。
rustc 1.10.0-dev (992bb1332 2016-05-12)
。的.vimrc
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin 'VundleVim/Vundle.vim'
Plugin 'mattn/vim-particle'
Plugin 'davidhalter/jedi-vim'
Plugin 'rust-lang/rust.vim'
call vundle#end() " required
filetype plugin indent on " required
为什么自动填充不起作用?