Update phpactor

This commit is contained in:
2025-08-13 09:04:55 +01:00
parent b4821e8a52
commit 4f6f50cd6f

View File

@@ -13,6 +13,9 @@ return {
'saghen/blink.cmp',
'folke/lazydev.nvim',
},
build = function()
vim.fn.system 'composer global require jetbrains/phpstorm-stubs friendsofphp/php-cs-fixer'
end,
config = function()
-- This function gets run when an LSP attaches to a particular buffer.
-- That is to say, every time a new file is opened that is associated with
@@ -136,13 +139,7 @@ return {
},
},
},
phpactor = {
init_options = {
['language_server_phpstan.enabled'] = false,
['language_server_psalm.enabled'] = false,
['language_server_php_cs_fixer.enabled'] = false,
},
},
phpactor = {},
vtsls = {
settings = {
vtsls = {