mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
From `ntt v0.18.0` on the archive deployed for windows operating system will be in `. zip` format
7 lines
169 B
Batchfile
7 lines
169 B
Batchfile
@echo off
|
|
|
|
setlocal
|
|
curl -LO "https://github.com/nokia/ntt/releases/latest/download/ntt_windows_x86_64.zip"
|
|
unzip ntt_windows_x86_64.zip
|
|
rm ntt_windows_x86_64.zip
|