mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 02:10:05 +08:00
13 lines
355 B
Batchfile
Vendored
13 lines
355 B
Batchfile
Vendored
@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
|
|
|
|
|
|
|