consume vim-mode service
This commit is contained in:
parent
4adc1c168a
commit
65b254a241
2 changed files with 11 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue