The simplest way to get started with neovim.
This docker container was created for the purpose of providing a portable editing environment on any computer running docker.
The image was made to be as small as possible so that you can start editing quickly.
To run this you can simply run the following command.
docker run -it --rm -v $(pwd):/src jackatbancast/neovim
This will run a temporary container with the current directory mounted for editing.
Included in the container are:
GPLv3