diff options
| author | Marouane R <mrassili@aol.com> | 2021-11-10 02:34:54 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-09 17:34:54 -0800 |
| commit | 42510e8c33fb7d6328f6db63d09a364e90ff1097 (patch) | |
| tree | fbde9efeeb7784b36c951f84a540fcb5d8570aa0 /lua/lspconfig/sumneko_lua.lua | |
| parent | docs: update server_configurations.md (diff) | |
| download | nvim-lspconfig-42510e8c33fb7d6328f6db63d09a364e90ff1097.tar nvim-lspconfig-42510e8c33fb7d6328f6db63d09a364e90ff1097.tar.gz nvim-lspconfig-42510e8c33fb7d6328f6db63d09a364e90ff1097.tar.bz2 nvim-lspconfig-42510e8c33fb7d6328f6db63d09a364e90ff1097.tar.lz nvim-lspconfig-42510e8c33fb7d6328f6db63d09a364e90ff1097.tar.xz nvim-lspconfig-42510e8c33fb7d6328f6db63d09a364e90ff1097.tar.zst nvim-lspconfig-42510e8c33fb7d6328f6db63d09a364e90ff1097.zip | |
docs(lua-language-server): update wiki url (#1393)
Diffstat (limited to 'lua/lspconfig/sumneko_lua.lua')
| -rw-r--r-- | lua/lspconfig/sumneko_lua.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lspconfig/sumneko_lua.lua b/lua/lspconfig/sumneko_lua.lua index c87b0986..da95db88 100644 --- a/lua/lspconfig/sumneko_lua.lua +++ b/lua/lspconfig/sumneko_lua.lua @@ -19,7 +19,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. |
