Skip to content

Latest commit

 

History

History
61 lines (40 loc) · 1.05 KB

README.md

File metadata and controls

61 lines (40 loc) · 1.05 KB

Docker Vim PHP

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

Requirements

Installation

  1. Clone this repository:

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

    cd docker-vim-php
  3. Build image (args for Copilot and Intelephense keys are optional):

    docker build --build-arg COPILOT_TOKEN=XXX --build-arg INTELEPHENSE_KEY=YYY -t pvim .

Usage

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

Misc