Rust + vim + code completion
Step-by-step guide / macOS, M1, everything without sudo
Today we’ll learn how one can use vim to build Rust apps and still benefit of the most common tools that other (“modern”) software development environments like Visual Studio [Code], Xcode, and so on, provide; such as language analysis and code completion, two that are, from my point of view, among the most important, if not the very top instead.
I’ll start with a small diagram showing the way we’d eventually have our system set up, with names for each “wheel” of…