Browse Source

add vim config for coffee-script

Weiyi Lou 12 năm trước cách đây
mục cha
commit
a01123c9fe
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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