aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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