aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/server_configurations/lua_ls.lua
diff options
context:
space:
mode:
authorcarsakiller <carsakiller@gmail.com>2023-08-11 01:55:12 -0400
committerGitHub <noreply@github.com>2023-08-11 13:55:12 +0800
commita47a42856a6ee201397d06b2add52c98c68d817b (patch)
tree3c3dedb8d7d543d8b95498b8367bc85591ee5e7c /lua/lspconfig/server_configurations/lua_ls.lua
parentfix(omnisharp): root_dir again uses proper pattern priority (#2754) (diff)
downloadnvim-lspconfig-a47a42856a6ee201397d06b2add52c98c68d817b.tar
nvim-lspconfig-a47a42856a6ee201397d06b2add52c98c68d817b.tar.gz
nvim-lspconfig-a47a42856a6ee201397d06b2add52c98c68d817b.tar.bz2
nvim-lspconfig-a47a42856a6ee201397d06b2add52c98c68d817b.tar.lz
nvim-lspconfig-a47a42856a6ee201397d06b2add52c98c68d817b.tar.xz
nvim-lspconfig-a47a42856a6ee201397d06b2add52c98c68d817b.tar.zst
nvim-lspconfig-a47a42856a6ee201397d06b2add52c98c68d817b.zip
docs(lua_ls): update lua_ls doc link to lua_ls new website (#2759)
Diffstat (limited to 'lua/lspconfig/server_configurations/lua_ls.lua')
-rw-r--r--lua/lspconfig/server_configurations/lua_ls.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/lua/lspconfig/server_configurations/lua_ls.lua b/lua/lspconfig/server_configurations/lua_ls.lua
index eb24f5a5..fe873418 100644
--- a/lua/lspconfig/server_configurations/lua_ls.lua
+++ b/lua/lspconfig/server_configurations/lua_ls.lua
@@ -35,7 +35,7 @@ https://github.com/luals/lua-language-server
Lua language server.
-`lua-language-server` can be installed by following the instructions [here](https://github.com/luals/lua-language-server/wiki/Getting-Started#command-line).
+`lua-language-server` can be installed by following the instructions [here](https://luals.github.io/#neovim-install).
The default `cmd` assumes that the `lua-language-server` binary can be found in `$PATH`.
@@ -72,9 +72,9 @@ require'lspconfig'.lua_ls.setup {
}
```
-See `lua-language-server`'s [documentation](https://github.com/luals/lua-language-server/blob/master/locale/en-us/setting.lua) for an explanation of the above fields:
-* [Lua.runtime.path](https://github.com/luals/lua-language-server/blob/076dd3e5c4e03f9cef0c5757dfa09a010c0ec6bf/locale/en-us/setting.lua#L5-L13)
-* [Lua.workspace.library](https://github.com/luals/lua-language-server/blob/076dd3e5c4e03f9cef0c5757dfa09a010c0ec6bf/locale/en-us/setting.lua#L77-L78)
+See `lua-language-server`'s [documentation](https://luals.github.io/wiki/settings/) for an explanation of the above fields:
+* [Lua.runtime.path](https://luals.github.io/wiki/settings/#runtimepath)
+* [Lua.workspace.library](https://luals.github.io/wiki/settings/#workspacelibrary)
]],
default_config = {