zenoli / zenovim-docker

Dockerized neovim configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Dockerized neovim configuration


Languages

Language:Shell 100.0%