mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
Fixed the url in curl command as the link is broken.
This commit is contained in:
@@ -21,6 +21,6 @@ darwin)
|
||||
;;
|
||||
esac
|
||||
|
||||
curl -L "https://github.com/tamasfe/taplo/releases/latest/download/taplo-full-$platform.gz" | gzip -d >taplo-lsp
|
||||
curl -L "https://github.com/tamasfe/taplo/releases/latest/download/taplo-$platform.gz" | gzip -d >taplo-lsp
|
||||
|
||||
chmod +x taplo-lsp
|
||||
|
||||
Reference in New Issue
Block a user