Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 872 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 872 Bytes

Docker Vim Rust

A Docker container to run neovim with plugins to assist Rust development.

Requirements

Installation

  1. Clone this repository: $ git clone [email protected]:thled/docker-vim-rust.git
  2. Change to project directory: $ cd docker-vim-rust
  3. Build image: $ docker build -t rvim .

Usage

$ docker run --rm -it -v (pwd):/data rvim

Misc