ソースを参照

add vim config for coffee-script

Weiyi Lou 12 年 前
コミット
a01123c9fe
1 ファイル変更3 行追加0 行削除
  1. 3 0
      vim/settings/coffee-script.vim

+ 3 - 0
vim/settings/coffee-script.vim

@@ -0,0 +1,3 @@
+" Coffee Compile and Watch should open vertical splits by default
+let coffee_compile_vert = 1
+let coffee_watch_vert = 1