Skip to content

Commit

Permalink
Fix lua lsp server installation
Browse files Browse the repository at this point in the history
  • Loading branch information
JafarAbdi committed Sep 1, 2024
1 parent 6002d76 commit 6497c9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fish/conf.d/installs.fish
Original file line number Diff line number Diff line change
Expand Up @@ -375,12 +375,12 @@ function install-lua-lsp
end
curl -s https://api.github.com/repos/LuaLS/lua-language-server/releases \
| grep "browser_download_url" \
| grep $os \
| grep $os.tar.gz \
| cut -d":" -f 2,3 \
| tr -d \" \
| head -n 1 \
| wget -i -
ex lua-language-server-*
tar xzf lua-language-server-*
end
function install-luacheck
Expand Down

0 comments on commit 6497c9d

Please sign in to comment.