A simple vim development environment for rust inside a docker container. Includes:
- Vim
- rustup (with nightly)
- And some standard tools, see the Dockerfile
Use the shell scripts provided to create the image.
./build.sh
# Initialize the container with the directory of your rust project
./create.sh ~/project_directory
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.