From 4442afb573589c93d61e15488ed63219174d4ecf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 15 Feb 2023 22:02:37 +0000 Subject: docs(help): auto generate docs --- doc/pets.nvim.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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 -- cgit v1.3-2-g11bf