diff options
| author | Giuseppe Gadola <67549788+giusgad@users.noreply.github.com> | 2023-02-15 23:03:55 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-15 23:03:55 +0100 |
| commit | 848631c1894cd890f1ed132e15050198a4efcbe7 (patch) | |
| tree | 6e3d3fcd24e4b8f3a4257eb5035f5d8a1ebe2bcb /doc | |
| parent | docs(help): auto generate docs (diff) | |
| parent | docs(help): auto generate docs (diff) | |
chore: merge dev
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/pets.nvim.txt | 2 |
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 |