Skip to content

thled/docker-vim-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 

Repository files navigation

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

About

App container for neovim with php assistance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published