mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 02:50:03 +08:00
13 lines
355 B
Batchfile
13 lines
355 B
Batchfile
|
@echo off
|
||
|
|
||
|
git clone --depth 1 'https://github.com/callmekohei/deoplete-fsharp-bin.git'
|
||
|
move deoplete-fsharp-bin/bin ./
|
||
|
rmdir /s /q deoplete-fsharp-bin
|
||
|
|
||
|
powershell -Command "(new-object System.Net.WebClient).Downloadfile('https://raw.githubusercontent.com/fsharp/vim-fsharp/master/syntax/fsharp.vim', 'fsharp.vim')"
|
||
|
mkdir syntax
|
||
|
move fsharp.vim syntax
|
||
|
|
||
|
|
||
|
|