mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 05:30:07 +08:00
c101fc92ad
This commit introduces a self contained Neovim build which runs SpaceVim. This has multiple uses: * Easy debugging environment. Quickly check if the problem is your machine or really a bug in SpaceVim. * Portability across machines as long as the destination has Docker support.
3 lines
59 B
Makefile
3 lines
59 B
Makefile
build:
|
|
docker build -t nvim -f Dockerfile.nvim-python3 .
|