diff options
| author | github-actions <github-actions@github.com> | 2021-11-10 01:35:19 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2021-11-10 01:35:19 +0000 |
| commit | df2b7950fcbdc308d120c57d6c61bc1e8ca0906a (patch) | |
| tree | 0ce6584e5bc344fc7fb7ab485ac4cd3a34250bbd | |
| parent | docs(lua-language-server): update wiki url (#1393) (diff) | |
| download | nvim-lspconfig-df2b7950fcbdc308d120c57d6c61bc1e8ca0906a.tar nvim-lspconfig-df2b7950fcbdc308d120c57d6c61bc1e8ca0906a.tar.gz nvim-lspconfig-df2b7950fcbdc308d120c57d6c61bc1e8ca0906a.tar.bz2 nvim-lspconfig-df2b7950fcbdc308d120c57d6c61bc1e8ca0906a.tar.lz nvim-lspconfig-df2b7950fcbdc308d120c57d6c61bc1e8ca0906a.tar.xz nvim-lspconfig-df2b7950fcbdc308d120c57d6c61bc1e8ca0906a.tar.zst nvim-lspconfig-df2b7950fcbdc308d120c57d6c61bc1e8ca0906a.zip | |
docs: update server_configurations.md
skip-checks: true
| -rw-r--r-- | doc/server_configurations.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md index 734b29a8..915fb384 100644 --- a/doc/server_configurations.md +++ b/doc/server_configurations.md @@ -6355,7 +6355,7 @@ https://github.com/sumneko/lua-language-server Lua language server. -`lua-language-server` can be installed by following the instructions [here](https://github.com/sumneko/lua-language-server/wiki/Build-and-Run-(Standalone)). +`lua-language-server` can be installed by following the instructions [here](https://github.com/sumneko/lua-language-server/wiki/Build-and-Run). **By default, lua-language-server doesn't have a `cmd` set.** This is because nvim-lspconfig does not make assumptions about your path. You must add the following to your init.vim or init.lua to set `cmd` to the absolute path ($HOME and ~ are not expanded) of your unzipped and compiled lua-language-server. |
