mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 22:30:04 +08:00
1008 B
1008 B
title | description |
---|---|
SpaceVim lang#php layer | This layer adds PHP language support to SpaceVim |
Available 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)
Install
To use this configuration layer, update custom configuration file with:
[[layers]]
name = "lang#php"
Requirement
- PHP 5.3+
- PCNTL Extension
- Msgpack 0.5.7+(for NeoVim) Extension or JSON(for Vim 7.4+) Extension
- Composer Project