mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-22 18:17:35 +00:00
Update stylua install
This commit is contained in:
parent
9380fc627e
commit
e02f9d9c66
@ -113,9 +113,9 @@ function install_fixers() {
|
|||||||
|
|
||||||
# Lua
|
# Lua
|
||||||
if ! release-gitter --git-url "https://github.com/JohnnyMorganz/StyLua" \
|
if ! release-gitter --git-url "https://github.com/JohnnyMorganz/StyLua" \
|
||||||
--map-system Windows=win64 --map-system Linux=linux --map-system Darwin=macos \
|
--map-arch amd64=aarch64 \
|
||||||
--map-arch x86_64="" --map-arch aarch64=-aarch64 \
|
--map-system Windows=windows --map-system Linux=linux --map-system Darwin=macos \
|
||||||
-x -c "chmod +x ~/bin/stylua" "stylua-{system}{arch}.zip" ~/bin ; then
|
-x -c "chmod +x ~/bin/stylua" "stylua-{system}-{arch}.zip" ~/bin ; then
|
||||||
maybe_run cargo install stylua
|
maybe_run cargo install stylua
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user