aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorGiuseppe Gadola <giusgadola@gmail.com>2023-02-24 13:14:05 +0100
committerGiuseppe Gadola <giusgadola@gmail.com>2023-02-24 13:14:05 +0100
commite24f84e56abb7235a03ba1f14fb04c57cd64aa35 (patch)
treedda7d5e062cc9944ac0b0a5d47f7af13aa95d980 /lua
parentfix: handle window/tab switches (diff)
fix: pets spawning in the wrong position in splits
Diffstat (limited to 'lua')
-rw-r--r--lua/pets.lua2
1 files changed, 1 insertions, 1 deletions
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,