Rust challenge 48/100 - vim as a rust IDE
Table of content
What is this
The rules of the game are explained in my original post.
48th Challenge
Challenge
Learn to use neovim to as an alternative IDE as opposed to Intellj. I have been teaching myself VIM and have sen lots of examples of developers using vim to program rust.
Solution
I chose to try this myself with the following setup: (1) Use Neovim (2) Use https://vim-bootstrap.com/ for settingn my config file for rust
See github for today’s simple snippet.