aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-02-15 22:02:37 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-02-15 22:02:37 +0000
commit4442afb573589c93d61e15488ed63219174d4ecf (patch)
tree6e3d3fcd24e4b8f3a4257eb5035f5d8a1ebe2bcb /doc
parentrefactor(animation): refactored popup bufnr and lines tweaks (diff)
docs(help): auto generate docs
Diffstat (limited to 'doc')
-rw-r--r--doc/pets.nvim.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pets.nvim.txt b/doc/pets.nvim.txt
index 9a36682..1f3aeeb 100644
--- a/doc/pets.nvim.txt
+++ b/doc/pets.nvim.txt
@@ -71,7 +71,7 @@ This is the default configuration:
>
{
- row = 5, -- the row (height) to display the pet at (must be at least 1)
+ row = 1, -- the row (height) to display the pet at (must be at least 1 and at most 10)
col = 0, -- the column to display the pet at (set to high number to have it stay still on the right side)
speed_multiplier = 1, -- you can make your pet move faster/slower. If slower the animation will have lower fps.
default_pet = "cat", -- the pet to use for the PetNew command