From e24f84e56abb7235a03ba1f14fb04c57cd64aa35 Mon Sep 17 00:00:00 2001 From: Giuseppe Gadola Date: Fri, 24 Feb 2023 13:14:05 +0100 Subject: fix: pets spawning in the wrong position in splits --- lua/pets.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua') diff --git a/lua/pets.lua b/lua/pets.lua index f602b2c..a2b3b81 100644 --- a/lua/pets.lua +++ b/lua/pets.lua @@ -28,7 +28,7 @@ function M.setup(options) row = "100%", col = "100%", }, - relative = "win", + relative = "editor", size = { width = M.options.popup.width, height = 10, -- cgit v1.3-2-g11bf