Added jasmine.vim for jasmin unit tests
This commit is contained in:
parent
fde791db06
commit
f16590af88
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -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
|
||||
|
@ -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**
|
||||
|
||||
|
1
vim/bundle/claco-jasmine
Submodule
1
vim/bundle/claco-jasmine
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 525ba3857ab4628091f67a9b14638b3f9fa77568
|
Loading…
Reference in New Issue
Block a user