Skip to content

FilippeMafra/lunarvim-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

based on: https://github.com/IfCodingWereNatural/minimal-nvim/tree/lunarvim

Minimal Lunarvim Config and Docker

This repository contains a fairly minimal Lunarvim, plus a Dockerfile to run the configuration in a container.

Getting Started

To get started, clone the repository to your local machine:

git clone [email protected]:FilippeMafra/lunarvim-docker.git

Prerequisites

You'll need to have Docker installed on your local machine to build and run the container.

Building 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.

Running the Container

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.

LunarVim Configuration

The configuration includes the following plugins (and perhaps more):

  • WIP

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published