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: ->
|
||||
registerCommand: Ex.registerCommand.bind(Ex)
|
||||
|
||||
consumeVim: (vim) ->
|
||||
console.log vim
|
||||
@vim = vim
|
||||
|
|
|
|||
|
|
@ -15,6 +15,13 @@
|
|||
"underscore-plus": "1.x",
|
||||
"event-kit": "^0.7.2"
|
||||
},
|
||||
"consumedServices": {
|
||||
"vim-mode": {
|
||||
"versions": {
|
||||
"^0.33.0": "consumeVim"
|
||||
}
|
||||
}
|
||||
},
|
||||
"providedServices": {
|
||||
"ex-mode": {
|
||||
"description": "Ex commands",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue