I broke up with neovim....vim is my best friend now
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
@echo off
|
||||
|
||||
where gzip 2>NUL
|
||||
if %ERRORLEVEL% equ 0 (
|
||||
gzip -d %*
|
||||
) else (
|
||||
curl -L -o %~dp0\busybox.exe https://github.com/mattn/vim-lsp-settings/releases/download/v0.0.1/busybox.exe
|
||||
%~dp0\busybox gzip -d %*
|
||||
)
|
||||
Reference in New Issue
Block a user