An open API service indexing awesome lists of open source software.

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

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.