https://github.com/leny/docker-neovim
☣️ My neovim configuration, portable in a docker container
https://github.com/leny/docker-neovim
Last synced: 6 months ago
JSON representation
☣️ My neovim configuration, portable in a docker container
- Host: GitHub
- URL: https://github.com/leny/docker-neovim
- Owner: leny
- Created: 2019-04-03T20:30:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-08T20:29:07.000Z (over 7 years ago)
- Last Synced: 2025-12-16T09:29:55.359Z (7 months ago)
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/leny/neovim
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-neovim
> ☣️ My neovim configuration, in a docker container
* * *
## Build
docker build -t neovim .
### Deploy
docker login
docker tag neovim leny/neovim:latest
docker push leny/neovim:latest
## Use
With `bash`/`zsh`:
docker run -it -v $(pwd):/src leny/neovim
With `fish`:
docker run -it -v (pwd):/src leny/neovim
* * *
> ☝️ **NOTE:** this is complete and working. The used config is stored [in a separate repository](https://github.com/leny/pweneovim). The image is kinda heavy (±400Mb), and due to the nature of neovim and the plugins, I'm not sure I can do better at the moment.