aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorluotao <luotao@hey.com>2021-04-02 12:56:17 +0800
committerGitHub <noreply@github.com>2021-04-02 12:56:17 +0800
commita7b5be8e7ebe0dcc52319e2c6485b1bda1ed017b (patch)
tree34f0a852352be411207f63c37fdef37678ea7f75 /lua
parentMerge pull request #816 from mjlbach/feature/update_minimal_config (diff)
downloadnvim-lspconfig-a7b5be8e7ebe0dcc52319e2c6485b1bda1ed017b.tar
nvim-lspconfig-a7b5be8e7ebe0dcc52319e2c6485b1bda1ed017b.tar.gz
nvim-lspconfig-a7b5be8e7ebe0dcc52319e2c6485b1bda1ed017b.tar.bz2
nvim-lspconfig-a7b5be8e7ebe0dcc52319e2c6485b1bda1ed017b.tar.lz
nvim-lspconfig-a7b5be8e7ebe0dcc52319e2c6485b1bda1ed017b.tar.xz
nvim-lspconfig-a7b5be8e7ebe0dcc52319e2c6485b1bda1ed017b.tar.zst
nvim-lspconfig-a7b5be8e7ebe0dcc52319e2c6485b1bda1ed017b.zip
Update broken link
Diffstat (limited to 'lua')
-rw-r--r--lua/lspconfig/phpactor.lua2
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"};