mirror of
https://github.com/amix/vimrc
synced 2025-06-28 10:35:01 +08:00
Updated plugins. Added vim-golang as a mode
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
#
|
||||
priority -50
|
||||
|
||||
# JavaScript versions -- from the TextMate bundle + some additions
|
||||
# for jasmine-jquery matchers
|
||||
#
|
||||
extends javascript
|
||||
|
||||
snippet des "Describe (js)" b
|
||||
describe('${1:description}', function() {
|
||||
@ -165,4 +165,3 @@ endsnippet
|
||||
snippet noscw "expect was not called with (js)" b
|
||||
expect(${1:target}).wasNotCalledWith(${2:arguments});
|
||||
endsnippet
|
||||
|
||||
|
Reference in New Issue
Block a user