diff --git a/vimrc b/vimrc index 5bf224b..97b625c 100644 --- a/vimrc +++ b/vimrc @@ -29,6 +29,10 @@ Plugin 'digitaltoad/vim-pug' Plugin 'https://gogs.tforgione.fr/tforgione/typescript-doc.git' " My colorscheme Plugin 'https://gogs.tforgione.fr/tforgione/peach' +" Rust +Plugin 'rust-lang/rust.vim' +Plugin 'cespare/vim-toml' + call vundle#end() " required filetype plugin indent on " required @@ -135,6 +139,9 @@ let g:instant_markdown_autostart = 0 let g:ycm_global_ycm_extra_conf = '~/.vim/ycm_extra_conf.py' let g:ycm_confirm_extra_conf = 0 +" Rust source +let g:ycm_rust_src_path='/opt/rust/src' + " Goto with F11 nnoremap :YcmCompleter GoTo inoremap :YcmCompleter GoTo