Skip to content

Latest commit

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

README.md

Usage

Vim

docker build -f Dockerfile.vim -t vim .
docker run --rm -it vim

Neovim

docker build -f Dockerfile.neovim -t neovim .
docker run --rm -it neovim