From 4f6f50cd6f50553c42686bb21ae5e92eaaa2f03b Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 13 Aug 2025 09:04:55 +0100 Subject: [PATCH] Update phpactor --- lua/plugins/lsp.lua | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/lua/plugins/lsp.lua b/lua/plugins/lsp.lua index cffd399..c54223f 100644 --- a/lua/plugins/lsp.lua +++ b/lua/plugins/lsp.lua @@ -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 = {