私はよく異なるアプリを切り替えて、各プロジェクトに独自の配色を持たせて、それらを区別しやすくしたいと思っています。
.vimrcに次のようなものを入れたいのですが、VIMスクリプトの構文に問題があります。
# if I were to write it in Ruby
case current_path
when '/path/to/project' then color textmate
when '/path/to/other_project' then color ir_black
end