diff --git a/doc/tags b/doc/tags deleted file mode 100644 index 132aaf4..0000000 --- a/doc/tags +++ /dev/null @@ -1,5 +0,0 @@ -Wf.disable() wf.txt /*Wf.disable()* -Wf.enable() wf.txt /*Wf.enable()* -Wf.options wf.txt /*Wf.options* -Wf.setup() wf.txt /*Wf.setup()* -Wf.toggle() wf.txt /*Wf.toggle()* diff --git a/doc/wf.txt b/doc/wf.txt deleted file mode 100644 index 0bd2b1b..0000000 --- a/doc/wf.txt +++ /dev/null @@ -1,45 +0,0 @@ -============================================================================== ------------------------------------------------------------------------------- - *Wf.options* - `Wf.options` -Your plugin configuration with its default values. - -Default values: -> - Wf.options = { - -- Prints useful logs about what event are triggered, and reasons actions are executed. - debug = false, - } - -< - ------------------------------------------------------------------------------- - *Wf.setup()* - `Wf.setup`({options}) -Define your wf setup. - -Parameters~ -{options} `(table)` Module config table. See |Wf.options|. - -Usage~ -`require("wf").setup()` (add `{}` with your |Wf.options| table) - - -============================================================================== ------------------------------------------------------------------------------- - *Wf.toggle()* - `Wf.toggle`() -Toggle the plugin by calling the `enable`/`disable` methods respectively. - ------------------------------------------------------------------------------- - *Wf.enable()* - `Wf.enable`() -A method to enable your plugin. - ------------------------------------------------------------------------------- - *Wf.disable()* - `Wf.disable`() -A method to disable your plugin. - - - vim:tw=78:ts=8:noet:ft=help:norl: \ No newline at end of file