Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

PHP Layer

This layer provides support for the PHP language with the following packages:

Table of Contents

Install

Add the +lang/php layer in your configuration file,

function! Layers()
  " ...
  Layer '+lang/php'
  " ...
endfunction

Indentation

You can configure the indentation by setting g:sp_php_indentation in your user-init block (i.e. before loading the plugin). By default it is set to 4.

Language Server

This layer sets up the intelephense language server for usage with coc.nvim.

Key Bindings

Key Binding Description
        |