diff options
| author | Michael Lingelbach <m.j.lbach@gmail.com> | 2021-04-01 21:58:16 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-01 21:58:16 -0700 |
| commit | f43e5c5105db8b1c95ed1b8dcf162665f0c901ef (patch) | |
| tree | 34f0a852352be411207f63c37fdef37678ea7f75 /lua/lspconfig/phpactor.lua | |
| parent | Merge pull request #816 from mjlbach/feature/update_minimal_config (diff) | |
| parent | Update broken link (diff) | |
| download | nvim-lspconfig-f43e5c5105db8b1c95ed1b8dcf162665f0c901ef.tar nvim-lspconfig-f43e5c5105db8b1c95ed1b8dcf162665f0c901ef.tar.gz nvim-lspconfig-f43e5c5105db8b1c95ed1b8dcf162665f0c901ef.tar.bz2 nvim-lspconfig-f43e5c5105db8b1c95ed1b8dcf162665f0c901ef.tar.lz nvim-lspconfig-f43e5c5105db8b1c95ed1b8dcf162665f0c901ef.tar.xz nvim-lspconfig-f43e5c5105db8b1c95ed1b8dcf162665f0c901ef.tar.zst nvim-lspconfig-f43e5c5105db8b1c95ed1b8dcf162665f0c901ef.zip | |
Merge pull request #819 from ya-luotao/patch-2
Update broken phpactor installation link
Diffstat (limited to 'lua/lspconfig/phpactor.lua')
| -rw-r--r-- | lua/lspconfig/phpactor.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lspconfig/phpactor.lua b/lua/lspconfig/phpactor.lua index c5985279..b022cf1b 100644 --- a/lua/lspconfig/phpactor.lua +++ b/lua/lspconfig/phpactor.lua @@ -20,7 +20,7 @@ configs[server_name] = { description = [[ https://github.com/phpactor/phpactor -Installation: https://phpactor.readthedocs.io/en/develop/usage/standalone.html#installation-global +Installation: https://phpactor.readthedocs.io/en/master/usage/standalone.html#global-installation ]]; default_config = { cmd = {"phpactor", "language-server"}; |
