aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorfrancisco souza <fsouza@users.noreply.github.com>2020-06-24 00:55:25 -0400
committerfrancisco souza <fsouza@users.noreply.github.com>2020-06-24 00:55:25 -0400
commit244f76a84fb5e3c52a1a99b4e7623c32b0a8c456 (patch)
treec07514adca7621cd2a513fae8475aa3ebd55ab3f /lua
parentMerge pull request #218 from ms/return-settings-for-empty-string-section (diff)
downloadnvim-lspconfig-244f76a84fb5e3c52a1a99b4e7623c32b0a8c456.tar
nvim-lspconfig-244f76a84fb5e3c52a1a99b4e7623c32b0a8c456.tar.gz
nvim-lspconfig-244f76a84fb5e3c52a1a99b4e7623c32b0a8c456.tar.bz2
nvim-lspconfig-244f76a84fb5e3c52a1a99b4e7623c32b0a8c456.tar.lz
nvim-lspconfig-244f76a84fb5e3c52a1a99b4e7623c32b0a8c456.tar.xz
nvim-lspconfig-244f76a84fb5e3c52a1a99b4e7623c32b0a8c456.tar.zst
nvim-lspconfig-244f76a84fb5e3c52a1a99b4e7623c32b0a8c456.zip
sumneko_lua: fix link to install instructions
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim_lsp/sumneko_lua.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim_lsp/sumneko_lua.lua b/lua/nvim_lsp/sumneko_lua.lua
index 0342462a..129ad35f 100644
--- a/lua/nvim_lsp/sumneko_lua.lua
+++ b/lua/nvim_lsp/sumneko_lua.lua
@@ -110,7 +110,7 @@ https://github.com/sumneko/lua-language-server
Lua language server. **By default, this doesn't have a `cmd` set.** This is
because it doesn't provide a global binary. We provide an installer for Linux
and macOS using `:LspInstall`. If you wish to install it yourself, [here is a
-guide](https://github.com/sumneko/lua-language-server/wiki/Build-and-Run).
+guide](https://github.com/sumneko/lua-language-server/wiki/Build-and-Run-(Standalone)).
So you should set `cmd` yourself like this.
```lua