
Loading.

Loading.
A note about how to setup rust for neovim
1{
2 "mrcjkb/rustaceanvim",
3 version = "^6", -- Recommended
4 filetypes = { "rust" },
5},1rustup component add rust-analyzer
2rustup component add rustfmtNOTE: remember set PATH in
.zshrcor.bashrc
1mkdir -p ~/test/rust
2cd ~/test/rust
3cargo initmain.rs and write code.DETAILS: Read here
Get notified when I publish new articles, tutorials, and project updates. Subscribe for insights and actionable content.
baiyuechu