mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Add dependency mapping for vim keybindings
This commit is contained in:
parent
8ecd073efc
commit
42ac8faaae
1 changed files with 4 additions and 1 deletions
|
@ -154,7 +154,10 @@ block requirejs
|
||||||
},
|
},
|
||||||
"ace/ext-language_tools": {
|
"ace/ext-language_tools": {
|
||||||
"deps": ["ace/ace"]
|
"deps": ["ace/ace"]
|
||||||
}
|
},
|
||||||
|
"ace/keybinding-vim": {
|
||||||
|
"deps": ["ace/ace"]
|
||||||
|
},
|
||||||
},
|
},
|
||||||
"config":{
|
"config":{
|
||||||
"moment":{
|
"moment":{
|
||||||
|
|
Loading…
Reference in a new issue