diff options
author | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2020-03-02 12:55:29 +0900 |
---|---|---|
committer | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2020-03-02 12:55:29 +0900 |
commit | fb3fea3371fe65f4349d9e41b9e019604e55099c (patch) | |
tree | 190652d89b975508c4d12ebc687f649c9e0f7c52 /installer/install-efm-langserver.cmd | |
parent | d9774098d32dcf95c7dc990752b3621257ec406d (diff) | |
download | vim-lsp-settings-fb3fea3371fe65f4349d9e41b9e019604e55099c.tar.gz vim-lsp-settings-fb3fea3371fe65f4349d9e41b9e019604e55099c.tar.bz2 vim-lsp-settings-fb3fea3371fe65f4349d9e41b9e019604e55099c.zip |
Use @ latest
Diffstat (limited to 'installer/install-efm-langserver.cmd')
-rw-r--r-- | installer/install-efm-langserver.cmd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/install-efm-langserver.cmd b/installer/install-efm-langserver.cmd index fc692b9..1d286cd 100644 --- a/installer/install-efm-langserver.cmd +++ b/installer/install-efm-langserver.cmd @@ -1,3 +1,3 @@ @echo off
-call "%~dp0\go_install.cmd" github.com/mattn/efm-langserver
+call "%~dp0\go_install.cmd" github.com/mattn/efm-langserver@latest
|