Skip to content

Latest commit

 

History

History
61 lines (40 loc) · 1016 Bytes

README.md

File metadata and controls

61 lines (40 loc) · 1016 Bytes

Docker Vim Go

A Docker container to run neovim with plugins to assist Go development.

Requirements

Installation

  1. Clone this repository:

    git clone [email protected]:thled/docker-vim-go.git
  2. Change to project directory:

    cd docker-vim-go
  3. Build image (arg for Copilot is optional):

    docker build --build-arg COPILOT_TOKEN=XXX -t gvim .

Usage

docker run --rm -it -v (pwd):/data gvim

Misc