mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-07-31 03:59:07 +02:00
Unregister NotificationService project service
It's not registered as a light service and doesn't need to be registered in xml files
This commit is contained in:
parent
7d8973edb2
commit
d3d93b898f
@ -62,7 +62,6 @@
|
||||
|
||||
<extensions defaultExtensionNs="com.intellij">
|
||||
<applicationConfigurable groupId="editor" instance="com.maddyhome.idea.vim.ui.VimEmulationConfigurable"/>
|
||||
<projectService serviceImplementation="com.maddyhome.idea.vim.group.NotificationService"/>
|
||||
<projectService serviceImplementation="com.maddyhome.idea.vim.group.LastTabService"/>
|
||||
<statusBarWidgetFactory id="IdeaVimMode" implementation="com.maddyhome.idea.vim.ui.widgets.mode.ModeWidgetFactory" order="last, before Memory"/>
|
||||
<statusBarWidgetFactory id="IdeaVim-Icon" implementation="com.maddyhome.idea.vim.ui.StatusBarIconFactory" order="last, before IdeaVimMode"/>
|
||||
|
Loading…
Reference in New Issue
Block a user