diff options
| author | Giuseppe Gadola <giusgadola@gmail.com> | 2023-02-24 13:14:05 +0100 |
|---|---|---|
| committer | Giuseppe Gadola <giusgadola@gmail.com> | 2023-02-24 13:14:05 +0100 |
| commit | e24f84e56abb7235a03ba1f14fb04c57cd64aa35 (patch) | |
| tree | dda7d5e062cc9944ac0b0a5d47f7af13aa95d980 /lua | |
| parent | fix: handle window/tab switches (diff) | |
fix: pets spawning in the wrong position in splits
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/pets.lua | 2 |
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, |