fix(notify): set default zindex=100

This commit is contained in:
Folke Lemaitre 2023-10-11 17:39:46 +02:00
parent 03c5aa71f3
commit 058089d0d6
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -19,6 +19,9 @@ return {
max_width = function()
return math.floor(vim.o.columns * 0.75)
end,
on_open = function(win)
vim.api.nvim_win_set_config(win, { zindex = 100 })
end,
},
init = function()
-- when noice is not enabled, install notify on VeryLazy