based on: https://github.com/IfCodingWereNatural/minimal-nvim/tree/lunarvim
This repository contains a fairly minimal Lunarvim, plus a Dockerfile to run the configuration in a container.
To get started, clone the repository to your local machine:
git clone [email protected]:FilippeMafra/lunarvim-docker.git
You'll need to have Docker installed on your local machine to build and run the container.
Use ./build.sh
to create the Docker image or just run the following command:
~$ docker build -t lunarvim-docker .
This script will build the container and tag it with the name lunarvim-docker
.
There is a helper script to start up the container.
~$ ./run.sh
This script will run the container and mount the lvim/
directory as a volume,
so any changes you make to the files in /root/.config/lvim
while in the
container, will also change the local files.
The configuration includes the following plugins (and perhaps more):
- WIP