Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Docker files for testing neovim configurations.

License

LilMonk/neovim_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neovim Docker Environment

This repository contains a Docker setup for running Neovim in a containerized environment. This setup ensures a consistent development environment across different machines.

Prerequisites

  • Docker installed on your machine
  • Docker Compose installed on your machine

Setup

  1. Clone this repository:

    git clone https://github.com/LilMonk/neovim_docker.git
    cd neovim_docker
  2. Build and start the Docker container:

    make build up
  3. Access Neovim inside the container:

    docker compose exec nvim nvim

Configuration

You can customize the Neovim configuration by editing the files in the nvim/ directory. These files will be mounted into the Docker container.

Contributing

Feel free to open issues or submit pull requests if you have any improvements or bug fixes.

License

This project is licensed under the MIT License.

References

https://github.com/nicodebo/neovim-docker

About

Docker files for testing neovim configurations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published