1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 07:20:04 +08:00
SpaceVim/bundle/deoplete-fsharp/install.bash

10 lines
269 B
Bash

#!/usr/bin/env bash
git clone --depth 1 'https://github.com/callmekohei/deoplete-fsharp-bin.git'
mv deoplete-fsharp-bin/bin ./
rm -rf deoplete-fsharp-bin
mkdir syntax
wget 'https://raw.githubusercontent.com/fsharp/vim-fsharp/master/syntax/fsharp.vim' -P './syntax/'