aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-02-15 12:22:25 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-02-15 12:22:25 +0000
commitd0469adbcf8ddee7044a872a0d25dd1da5754283 (patch)
tree6bb982e13d44680ab8a9e20197b818daecf7bfca /doc
parentchore: validate row option (diff)
docs(help): auto generate docs
Diffstat (limited to 'doc')
-rw-r--r--doc/pets.nvim.txt7
1 files changed, 2 insertions, 5 deletions
diff --git a/doc/pets.nvim.txt b/doc/pets.nvim.txt
index 16ade98..edc5475 100644
--- a/doc/pets.nvim.txt
+++ b/doc/pets.nvim.txt
@@ -52,10 +52,6 @@ With lazy:
{
"giusgad/pets.nvim",
dependencies = { "MunifTanjim/nui.nvim", "edluffy/hologram.nvim" },
- config = true,
- opts = {
- -- your options
- }
}
<
@@ -66,7 +62,7 @@ This is the default configuration:
>
{
- row = 5, -- the row (height) to display the pet at
+ row = 5, -- the row (height) to display the pet at (must be at least 1)
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
@@ -115,6 +111,7 @@ working correctly is kitty itself. - Doesn’t currently work inside tmux
- ☐ Handle window resizes
- ☐ add more pets
+- ☐ add an option to change the pet’s size
πŸ‘ CREDITS *pets.nvim-πŸ‘-credits*