1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 22:30:04 +08:00
SpaceVim/docs/layers/lang/php.md
2017-12-23 21:12:09 +08:00

1.0 KiB

title description
SpaceVim lang#php layer This layer adds PHP language support to SpaceVim

SpaceVim Layers: lang#php

Description

This layer adds PHP language support to SpaceVim.

Features

  • auto-completion
  • syntax checking
  • goto definition
  • refernce finder
  • lsp support (require lsp layer)

Layer Installation

To use this configuration layer, add call SpaceVim#layers#load('lang#php') to your custom configuration file.

Requirement

  1. PHP 5.3+
  2. PCNTL Extension
  3. Msgpack 0.5.7+(for NeoVim) Extension or JSON(for Vim 7.4+) Extension
  4. Composer Project