A dockerised version of neovim
docker run -it --rm -v "$(pwd)":/wd -w /wd jamesmstone/neovim
Alternatively, you can add alias nvim="docker run -it --rm -v "$(pwd)":/wd -w /wd jamesmstone/neovim" to your .bashrc or similar.
Inspired by work done here: https://hub.docker.com/r/kr1sp1n/alpine-neovim/
Content type
Image
Digest
Size
85.1 MB
Last updated
over 8 years ago
docker pull jamesmstone/neovim