[phpactor] Update config
This commit is contained in:
@@ -22,6 +22,11 @@ return {
|
|||||||
"php",
|
"php",
|
||||||
"composer",
|
"composer",
|
||||||
},
|
},
|
||||||
|
root_pattern = {
|
||||||
|
"composer.json",
|
||||||
|
"composer.lock",
|
||||||
|
"vendor",
|
||||||
|
},
|
||||||
lspconfig = {
|
lspconfig = {
|
||||||
filetypes = {
|
filetypes = {
|
||||||
"php",
|
"php",
|
||||||
@@ -31,7 +36,7 @@ return {
|
|||||||
init_options = {
|
init_options = {
|
||||||
-- using custom php-cs-fixer setup in diagnosticls,
|
-- using custom php-cs-fixer setup in diagnosticls,
|
||||||
-- due to issue when opening file with CRLF
|
-- due to issue when opening file with CRLF
|
||||||
-- ["language_server_php_cs_fixer.enabled"] = false,
|
["language_server_php_cs_fixer.enabled"] = true,
|
||||||
-- ["logging.enabled"] = true,
|
-- ["logging.enabled"] = true,
|
||||||
-- ["logging.path"] = "/tmp/application.log",
|
-- ["logging.path"] = "/tmp/application.log",
|
||||||
-- ["logging.level"] = "debug",
|
-- ["logging.level"] = "debug",
|
||||||
|
|||||||
Reference in New Issue
Block a user