1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-09-13 20:32:09 +02:00
Files
IntelliJ-IdeaVim/src/main/resources/META-INF/ideavim-withAceJump.xml
2023-01-10 10:09:25 +02:00

15 lines
502 B
XML

<!--
~ Copyright 2003-2023 The IdeaVim authors
~
~ Use of this source code is governed by an MIT-style
~ license that can be found in the LICENSE.txt file or at
~ https://opensource.org/licenses/MIT.
-->
<idea-plugin>
<extensions defaultExtensionNs="com.intellij">
<applicationService serviceImplementation="com.maddyhome.idea.vim.listener.AceJumpServiceImpl"
serviceInterface="com.maddyhome.idea.vim.listener.AceJumpService"/>
</extensions>
</idea-plugin>