diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-02-15 12:22:25 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-02-15 12:22:25 +0000 |
| commit | d0469adbcf8ddee7044a872a0d25dd1da5754283 (patch) | |
| tree | 6bb982e13d44680ab8a9e20197b818daecf7bfca /doc | |
| parent | chore: validate row option (diff) | |
docs(help): auto generate docs
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/pets.nvim.txt | 7 |
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* |