Skip to content

FelikZ/docker-neovim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 

Repository files navigation

Dockerfile for neovim

Docker base image for neovim

You can use it with your own .nvim configuration file like this:

FROM felikz/neovim
ADD .nvim /root/.nvim

Then build and run it:

docker build -t nvim .
docker run -ti --rm --name nvim nvim

You can mount directory like this:

docker run -ti --rm --name nvim -v ~/myproject:/data nvim

Also you can embed your plugins in your own Dockerfile based on this image so it will not rebuild it each time you run it.

About

Docker Dockerfile for neovim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published