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:
parent
4efb87c657
commit
9c275500d4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user