Quantcast
Channel: Vimタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 5608

WindowsのvimでScalaのシンタックスハイライティング

$
0
0
  1. KaoriYaからvimをダウンロードしてインストール
    http://www.kaoriya.net/

  2. (要Cygwin) wgetでプラグインをダウンロード

    mkdir -p ~/.vim/{ftdetect,indent,syntax} && for d in ftdetect indent syntax ; do wget --no-check-certificate -O ~/.vim/$d/scala.vim https://raw.githubusercontent.com/derekwyatt/vim-scala/master/$d/scala.vim; done

    参考URL: https://github.com/derekwyatt/vim-scala

  3. vimをインストールしたディレクトリのpluginsフォルダ以下にvim-scalaフォルダを作成し、 その中にwgetで取得したftdetect、indent、syntaxの3フォルダをコピー

備考: Cygwinがなければ、githubからプロジェクトをzipアーカイブでダウンロードして、ftdetect、indent、syntaxを取り出しても大丈夫かも


Viewing all articles
Browse latest Browse all 5608

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>