diff options
| author | ache <ache@ache.one> | 2025-02-27 05:36:15 +0100 |
|---|---|---|
| committer | ache <ache@ache.one> | 2025-02-27 05:36:15 +0100 |
| commit | bdad27ce55887cdb25711257a666cc4f187fb582 (patch) | |
| tree | 237f8f141118c75da37937c95b3c32866d536854 | |
| parent | Improve comment of tabby plugin (diff) | |
Add 🦊 to nvim: Add fox version
| -rw-r--r-- | lua/ache/plugins/pets.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/ache/plugins/pets.lua b/lua/ache/plugins/pets.lua index 5c742b5..0f56651 100644 --- a/lua/ache/plugins/pets.lua +++ b/lua/ache/plugins/pets.lua @@ -4,7 +4,7 @@ -- Configured to add a little fox named foxy. --]] return { - "giusgad/pets.nvim", + "https://git.ache.one/pets.nvim", dependencies = { "MunifTanjim/nui.nvim", "giusgad/hologram.nvim" }, config = function() local pets = require("pets") |