diff --git a/.gitmodules b/.gitmodules index 5070bbe..0327d6c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -193,3 +193,6 @@ [submodule "vim/bundle/kien-tabman"] path = vim/bundle/kien-tabman url = https://github.com/kien/tabman.vim +[submodule "vim/bundle/claco-jasmine"] + path = vim/bundle/claco-jasmine + url = https://github.com/claco/jasmine.vim diff --git a/README.md b/README.md index 7aee137..5ffd64e 100644 --- a/README.md +++ b/README.md @@ -299,6 +299,7 @@ Included vim plugins * ruby.vim - lots of general enhancements for ruby dev * necomplcache - intelligent and fast complete as you type, and added Command-Space to select a completion (same as Ctrl-N) * snipMate - offers textmate-like snippet expansion + scrooloose-snippets . try hitting TAB after typing a snippet + * jasmine.vim - support for jasmine javascript unit testing, including snippets for it, before, etc.. **TextObjects** diff --git a/vim/bundle/claco-jasmine b/vim/bundle/claco-jasmine new file mode 160000 index 0000000..525ba38 --- /dev/null +++ b/vim/bundle/claco-jasmine @@ -0,0 +1 @@ +Subproject commit 525ba3857ab4628091f67a9b14638b3f9fa77568