We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8be1ff commit 2ee19cdCopy full SHA for 2ee19cd
lua/notify/render.lua
@@ -66,7 +66,7 @@ function NotificationRenderer:push_pending()
66
local next_notif = self.pending:peek()
67
local next_height = #next_notif.message + 3 -- Title and borders
68
69
- local next_row = 0
+ local next_row = vim.opt.tabline:get() == "" and 0 or 1
70
for _, interval in pairs(self:window_intervals()) do
71
local next_bottom = next_row + next_height
72
if interval[1] <= next_bottom then
0 commit comments