Skip to content

Commit

Permalink
chore: Auto generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgrieser authored and github-actions[bot] committed Nov 2, 2023
1 parent b49bf00 commit 86236bf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions doc/spider.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,8 @@ INSTALLATION *spider-nvim-spider--installation*
-- lazy.nvim
{
"chrisgrieser/nvim-spider",
-- example for lazy-loading and keymap
keys = {
{
{ -- example for lazy-loading and keymap
"e",
"<cmd>lua require('spider').motion('e')<CR>",
mode = { "n", "o", "x" },
Expand Down Expand Up @@ -186,7 +185,7 @@ option for the keymap.)
SUBWORD TEXT OBJECT *spider-nvim-spider--subword-text-object*

This plugin supports `w`, `e`, and `b` in operater-pending mode, but does not
include a subword-variant of `iw`. For a version of `iw` that considers
include a subword variant of `iw`. For a version of `iw` that considers
camelCase, check out the `subword` text object of nvim-various-textobjs
<https://github.com/chrisgrieser/nvim-various-textobjs>.

Expand All @@ -208,10 +207,11 @@ feel free to get in touch.
**Profiles** - reddit <https://www.reddit.com/user/pseudometapseudo> - Discord
<https://discordapp.com/users/462774483044794368/> - Academic Website
<https://chris-grieser.de/> - Twitter <https://twitter.com/pseudo_meta> -
ResearchGate <https://www.researchgate.net/profile/Christopher-Grieser> -
LinkedIn <https://www.linkedin.com/in/christopher-grieser-ba693b17a/>
Mastodon <https://pkm.social/@pseudometa> - ResearchGate
<https://www.researchgate.net/profile/Christopher-Grieser> - LinkedIn
<https://www.linkedin.com/in/christopher-grieser-ba693b17a/>


**Buy Me a Coffee**

Generated by panvimdoc <https://github.com/kdheepak/panvimdoc>

Expand Down

0 comments on commit 86236bf

Please sign in to comment.