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