Skip to content

Euge908/Simple-Astrovim-Docker-Image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

About This Repository

This is a very simple way on how to setup astrovim preinstalled on a docker debian image. I didn't use a dockerfile to experiment with using the docker container commit command (although it is possible to use a Dockerfile instead).

Steps in Building the Image

  1. Run docker run --name <container_name> -v $(pwd)/astrovim-setup.sh:/tmp/astrovim-setup.sh -it debian:<debian_version> bash
  2. Inside the container execute /tmp/astrovim-setup.sh. Wait for neovim to finish initializing.
  3. (Optional): Customize your astrovim lua config (linters, lsps, etc). In my case, I just added neovim support for language packs.
  4. Convert your container into an image by running docker container commit <container_name> <image_name>:<image_tag>

About

A very simple way on how to build a preinstalled astrovim image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published