consume vim-mode service

This commit is contained in:
Loic Nageleisen 2015-02-24 10:54:11 +01:00
parent 4adc1c168a
commit 65b254a241
2 changed files with 11 additions and 0 deletions

View file

@ -30,3 +30,7 @@ module.exports = ExMode =
provideEx: -> provideEx: ->
registerCommand: Ex.registerCommand.bind(Ex) registerCommand: Ex.registerCommand.bind(Ex)
consumeVim: (vim) ->
console.log vim
@vim = vim

View file

@ -15,6 +15,13 @@
"underscore-plus": "1.x", "underscore-plus": "1.x",
"event-kit": "^0.7.2" "event-kit": "^0.7.2"
}, },
"consumedServices": {
"vim-mode": {
"versions": {
"^0.33.0": "consumeVim"
}
}
},
"providedServices": { "providedServices": {
"ex-mode": { "ex-mode": {
"description": "Ex commands", "description": "Ex commands",