/zenovim-docker

Dockerized neovim configuration

Primary LanguageShell

Neovim Docker

Installation

git clone --recurse-submodules git@github.com:zenoli/zenovim-docker.git

Setup

Build: ./scripts/zenovim-build.sh [TAG] - Builds the image Run: ./scripts/zenovim-launch.sh [TAG] - Runs the image Attach: ./scripts/zenovim-attach.sh - Attaches to the running image with bash

Tags

Currently we provide two tags:

  • arch - Based on archlinux
  • alpine - Based on alpine linux

Running container as root

docker exec -u 0 -it zenovim bash