1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-14 15:19:12 +08:00

Remove useless php plugin (#3979)

This commit is contained in:
GBProd 2020-12-19 13:58:36 +01:00 committed by GitHub
parent 4efb87c657
commit 9c275500d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,6 @@ function! SpaceVim#layers#lang#php#plugins() abort
let plugins = []
call add(plugins, ['StanAngeloff/php.vim', { 'on_ft' : 'php'}])
call add(plugins, ['2072/PHP-Indenting-for-VIm', { 'on_ft' : 'php'}])
call add(plugins, ['rafi/vim-phpspec', { 'on_ft' : 'php'}])
if SpaceVim#layers#lsp#check_filetype('php')
call add(plugins, ['phpactor/phpactor', {'on_ft' : 'php', 'build' : 'composer install --no-dev -o'}])
else