aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2021-03-20 21:58:35 +0000
committerGithub Actions <actions@github>2021-03-20 21:58:35 +0000
commit126b50026620ffddb3b96123f0dd5905daf47aa7 (patch)
tree8b57b3a346e0e6e99d7df5ebd27c9bc0cd90df3c
parentMerge pull request #769 from andersondanilo/feature/phpactor-support (diff)
downloadnvim-lspconfig-126b50026620ffddb3b96123f0dd5905daf47aa7.tar
nvim-lspconfig-126b50026620ffddb3b96123f0dd5905daf47aa7.tar.gz
nvim-lspconfig-126b50026620ffddb3b96123f0dd5905daf47aa7.tar.bz2
nvim-lspconfig-126b50026620ffddb3b96123f0dd5905daf47aa7.tar.lz
nvim-lspconfig-126b50026620ffddb3b96123f0dd5905daf47aa7.tar.xz
nvim-lspconfig-126b50026620ffddb3b96123f0dd5905daf47aa7.tar.zst
nvim-lspconfig-126b50026620ffddb3b96123f0dd5905daf47aa7.zip
[docgen] Update CONFIG.md
skip-checks: true
-rw-r--r--CONFIG.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/CONFIG.md b/CONFIG.md
index c22886ba..50d0c30c 100644
--- a/CONFIG.md
+++ b/CONFIG.md
@@ -47,6 +47,7 @@ that config.
- [ocamllsp](#ocamllsp)
- [omnisharp](#omnisharp)
- [perlls](#perlls)
+- [phpactor](#phpactor)
- [powershell_es](#powershell_es)
- [purescriptls](#purescriptls)
- [pyls](#pyls)
@@ -3133,6 +3134,24 @@ require'lspconfig'.perlls.setup{}
}
```
+## phpactor
+
+https://github.com/phpactor/phpactor
+
+Installation: https://phpactor.readthedocs.io/en/develop/usage/standalone.html#installation-global
+
+
+```lua
+require'lspconfig'.phpactor.setup{}
+
+ Commands:
+
+ Default Values:
+ cmd = { "phpactor", "language-server" }
+ filetypes = { "php" }
+ root_dir = root_pattern("composer.json", ".git")
+```
+
## powershell_es
https://github.com/PowerShell/PowerShellEditorServices