1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-25 09:10:03 +08:00
SpaceVim/docs/cn/layers/lang/php.md
Wang Shidong ba59ca2520
Update chinese document (#1331)
squash and merged
2018-01-27 01:07:02 +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