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