Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 172 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 172 Bytes

nvim-docker

nvim docker file with packer

Usage

build the docker image

sudo docker build . -t neovim

Run the image

sudo docker run -it --rm neovim