Skip to content

Instantly share code, notes, and snippets.

@weedge
Created October 15, 2017 15:18
Show Gist options
  • Save weedge/9a46962c04ca4faf432adc353394d6ee to your computer and use it in GitHub Desktop.
Save weedge/9a46962c04ca4faf432adc353394d6ee to your computer and use it in GitHub Desktop.
scala vim 高亮插件
#!/bin/bash
mkdir -p ~/.vim/{ftdetect,indent,syntax}
for d in ftdetect indent syntax ; do
curl -o ~/.vim/$d/scala.vim https://raw.githubusercontent.com/gchen/scala.vim/master/scala.vim
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment