hulud
2.5.2023
Setting Up NeoVIM for Rust
I am planning to write a chess engine in Rust. Mainly as a finger exercise to slowly get to grips with Rust again and you can sit at it as long as you like. From I generate a random move to a B*Tree that plans 10 moves ahead.
In a first step, I set up NeoVIM for Rust on my server so that I can work with it at a central location via SSH without being tied to a PC.
For this I used this really very good guide, which also explains exactly what the steps mean. So thanks to Rodrigo Santiago.