标签:github mkdir syn vimrc indent git linu cal curl
第一步,执行下面这个脚本:
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
第二步,在~/.vimrc中添加:
syntax on
标签:github mkdir syn vimrc indent git linu cal curl
原文地址:https://www.cnblogs.com/supermanwx/p/9066434.html