summaryrefslogtreecommitdiff
path: root/searx/plugins/vim_hotkeys.py
diff options
context:
space:
mode:
Diffstat (limited to 'searx/plugins/vim_hotkeys.py')
-rw-r--r--searx/plugins/vim_hotkeys.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/searx/plugins/vim_hotkeys.py b/searx/plugins/vim_hotkeys.py
index fb61d413b..3eeaf8c00 100644
--- a/searx/plugins/vim_hotkeys.py
+++ b/searx/plugins/vim_hotkeys.py
@@ -8,6 +8,3 @@ description = gettext(
)
default_on = False
preference_section = 'ui'
-
-js_dependencies = ('plugins/js/vim_hotkeys.js',)
-css_dependencies = ('plugins/css/vim_hotkeys.css',)