This layer provides support for the PHP language with the following packages:
Add the +lang/php
layer in your configuration file,
function! Layers()
" ...
Layer '+lang/php'
" ...
endfunction
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
.
This layer sets up the intelephense
language server for usage with coc.nvim.
Key Binding | Description |
---|
|