aboutsummaryrefslogtreecommitdiffstats
path: root/happy_hacking_vimperator.js
diff options
context:
space:
mode:
Diffstat (limited to 'happy_hacking_vimperator.js')
-rw-r--r--happy_hacking_vimperator.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/happy_hacking_vimperator.js b/happy_hacking_vimperator.js
index 3b9d67e..3ddf74c 100644
--- a/happy_hacking_vimperator.js
+++ b/happy_hacking_vimperator.js
@@ -20,6 +20,16 @@
// License:
// http://creativecommons.org/licenses/by-sa/3.0/
+var PLUGIN_INFO =
+<VimperatorPlugin>
+<name>Happy Happy Vimperator</name>
+<description>This plugin makes you to True Vimperatorer</description>
+<version>1.0</version>
+<detail><![CDATA[
+DON NOT THINK. FEEL!
+]]></detail>
+</VimperatorPlugin>;
+
(function () {
let enabled = s2b(liberator.globalVariables.happy_hacking_vimperator_enable, true);