feat(phpactor): remove phpactor

This commit is contained in:
2024-02-26 19:08:20 +01:00
parent 936cfc9096
commit 8d6aa0d976
3 changed files with 0 additions and 31 deletions
-29
View File
@@ -1,29 +0,0 @@
-- spec: https://phpactor.readthedocs.io/en/master/reference/configuration.html
return {
enabled = false,
dependencies = {
"php",
"composer",
},
root_pattern = {
"composer.json",
"composer.lock",
"vendor",
},
lspconfig = {
filetypes = {
"php",
},
cmd = { "phpactor", "language-server", },
single_file_support = true,
init_options = {
-- using custom php-cs-fixer setup in diagnosticls,
-- due to issue when opening file with CRLF
["language_server_php_cs_fixer.enabled"] = true,
-- ["logging.enabled"] = true,
-- ["logging.path"] = "/tmp/application.log",
-- ["logging.level"] = "debug",
},
},
}