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