This single Dockerfile is intended not only to validate the Neovim configuration without hassle, but also to allow you to try out the community-based Neovim bundlers.
AstroNvim
is my favorite and main Neovim bundlers.Please follow these steps to use AstroNvim.
-
Create a folder to your prefered directory on your terminal.
mkdir $HOME/path/to/neovim`
-
Go to the folder created
-
Run this commands on your terminal
docker build --target astro --tag your.favorite.image.name .
docker run --rm --name your.favorite.container.name -it astro nvim .
- If you don't have
Docker
on your own machine or just discourage to use my Dockerfile on your local dev environment, try theGitHub Codespaces
to know how it works.