參考
- https://zhuanlan.zhihu.com/p/675491529
- https://github.com/rust-lang/rust.vim/tree/master?tab=readme-ov-file#pathogen
配置
我的vim是用pathogen來管理外掛,下面是配置方法:
- 下載外掛
git clone --depth=1 https://github.com/rust-lang/rust.vim.git ~/.vim/bundle/rust.vim
- 配置外掛
在.vimrc中新增下的配置:
let g:rustfmt_autosave = 1 " 儲存時自動執行 :RustFmt 格式化程式碼
let g:rustfmt_command = "rustfmt" " 自定義格式化命令