This repository contains a Docker setup for running Neovim in a containerized environment. This setup ensures a consistent development environment across different machines.
- Docker installed on your machine
- Docker Compose installed on your machine
-
Clone this repository:
git clone https://github.com/LilMonk/neovim_docker.git cd neovim_docker -
Build and start the Docker container:
make build up
-
Access Neovim inside the container:
docker compose exec nvim nvim
You can customize the Neovim configuration by editing the files in the nvim/ directory. These files will be mounted into the Docker container.
Feel free to open issues or submit pull requests if you have any improvements or bug fixes.
This project is licensed under the MIT License.