mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
Update installer/install-sumneko-lua-language-server.sh
Co-authored-by: mattn <mattn.jp@gmail.com>
This commit is contained in:
@@ -41,7 +41,7 @@ mingw64_nt*)
|
||||
esac
|
||||
|
||||
version="v3.0.0"
|
||||
url="https://github.com/sumneko/vscode-lua/releases/download/v$version/vscode-lua-$version-$platform.vsix"
|
||||
url="https://github.com/sumneko/vscode-lua/releases/download/$version/vscode-lua-$version-$platform.vsix"
|
||||
asset="vscode-lua.vsix"
|
||||
|
||||
curl -L "$url" -o "$asset"
|
||||
|
||||
Reference in New Issue
Block a user