Skip to content

thled/docker-vim-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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

About

App container for neovim with go assistance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published