diff options
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* |