diff options
author | mattn <mattn.jp@gmail.com> | 2020-02-19 18:49:44 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-19 18:49:44 +0900 |
commit | 2c1fe5782270140855749eb14f6ac5e9edde425c (patch) | |
tree | 0d839b903af8787dd9e774a9f475f018da3f554b /installer/install-rust-analyzer.cmd | |
parent | ac35fe1181439920d12a77d38cea0f2fd649eb4d (diff) | |
parent | 6198d0512be28fc2eeb6dfa7bf2a18f8c7f31ee3 (diff) | |
download | vim-lsp-settings-2c1fe5782270140855749eb14f6ac5e9edde425c.tar.gz vim-lsp-settings-2c1fe5782270140855749eb14f6ac5e9edde425c.tar.bz2 vim-lsp-settings-2c1fe5782270140855749eb14f6ac5e9edde425c.zip |
Merge pull request #168 from h-michael/rust-analyzer
rust-analyzer: add rust-analyzer
Diffstat (limited to 'installer/install-rust-analyzer.cmd')
-rw-r--r-- | installer/install-rust-analyzer.cmd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/installer/install-rust-analyzer.cmd b/installer/install-rust-analyzer.cmd new file mode 100644 index 0000000..f204545 --- /dev/null +++ b/installer/install-rust-analyzer.cmd @@ -0,0 +1,5 @@ +@echo off
+
+curl -L -o rust-analyzer-windows.exe "https://github.com/rust-analyzer/rust-analyzer/releases/download/2020-02-18/rust-analyzer-windows.exe"
+
+move rust-analyzer-windows.exe rust-analyzer.exe
|