mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 22:30:04 +08:00
1.0 KiB
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
- PHP 5.3+
- PCNTL Extension
- Msgpack 0.5.7+(for NeoVim) Extension or JSON(for Vim 7.4+) Extension
- Composer Project