diff --git a/.gitmodules b/.gitmodules index 808b6cd..8961069 100644 --- a/.gitmodules +++ b/.gitmodules @@ -40,3 +40,6 @@ [submodule ".vim/bundle/vim-plist"] path = .vim/bundle/vim-plist url = https://github.com/hunner/vim-plist.git +[submodule ".vim/bundle/vim-coffee-script"] + path = .vim/bundle/vim-coffee-script + url = https://github.com/vim-scripts/vim-coffee-script.git diff --git a/.vim/bundle/vim-coffee-script b/.vim/bundle/vim-coffee-script new file mode 160000 index 0000000..ccac2d9 --- /dev/null +++ b/.vim/bundle/vim-coffee-script @@ -0,0 +1 @@ +Subproject commit ccac2d9edd3cc0454b436951c77338549191f2d2 diff --git a/.vimrc b/.vimrc index fbdc262..d553111 100644 --- a/.vimrc +++ b/.vimrc @@ -1149,6 +1149,7 @@ Bundle 'gnupg' Bundle 'tpope/vim-markdown' Bundle 'hunner/vim-puppet' Bundle 'hunner/vim-plist' +Bundle 'vim-coffee-script' filetype plugin indent on " Brief help