Skip to content

Commit

Permalink
lsp-lua: modify the organization of lua-language-server (#4565)
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki authored Sep 28, 2024
1 parent 667272d commit ebb6609
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions clients/lsp-lua.el
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"Lua LSP client, provided by the Lua Language Server."
:group 'lsp-mode
:version "8.0.0"
:link '(url-link "https://github.com/sumneko/lua-language-server"))
:link '(url-link "https://github.com/LuaLS/lua-language-server"))

(defcustom lsp-clients-lua-language-server-install-dir (f-join lsp-server-install-dir "lua-language-server/")
"Installation directory for Lua Language Server."
Expand Down Expand Up @@ -547,7 +547,7 @@ and `../lib` ,exclude `../lib/temp`.
(funcall callback))
error-callback
:url (lsp--find-latest-gh-release-url
"https://api.github.com/repos/sumneko/lua-language-server/releases/latest"
"https://api.github.com/repos/LuaLS/lua-language-server/releases/latest"
(format "%s%s.tar.gz"
(pcase system-type
('gnu/linux
Expand Down
4 changes: 2 additions & 2 deletions docs/lsp-clients.json
Original file line number Diff line number Diff line change
Expand Up @@ -570,8 +570,8 @@
"common-group-name": "lua",
"full-name": "Lua",
"server-name": "lua-language-server",
"installation-url": "https://github.com/sumneko/lua-language-server/wiki/Build-and-Run-(Standalone)",
"server-url": "https://github.com/sumneko/lua-language-server",
"installation-url": "https://github.com/LuaLS/lua-language-server/wiki/Getting-Started#build",
"server-url": "https://github.com/LuaLS/lua-language-server",
"debugger": "Not available"
},
{
Expand Down

0 comments on commit ebb6609

Please sign in to comment.