Skip to content
This repository has been archived by the owner on Jul 5, 2020. It is now read-only.
/ vim Public archive

my KaoriYa Vim

License

Notifications You must be signed in to change notification settings

sasaplus1/vim

Repository files navigation

vim

test build publish Build Status renovate

my KaoriYa Vim

Install

see latest release.

Setup

add the below to ~/.bashrc:

alias vim='/path/to/vim/bin/pvim'

and execute vim:

$ vim

Run Docker container

Ubuntu

$ docker image prune --force
$ COMPOSE_DOCKER_CLI_BUILD=1 DOCKER_BUILDKIT=1 docker-compose build --no-cache ubuntu
$ docker-compose run --rm ubuntu

Alpine Linux

$ COMPOSE_DOCKER_CLI_BUILD=1 DOCKER_BUILDKIT=1 docker-compose build --no-cache alpine
$ docker-compose run --rm alpine

Related

License

The MIT license.