fix(notify): set default zindex=100

This commit is contained in:
Folke Lemaitre 2023-10-11 17:39:46 +02:00
parent 54fa9ce584
commit 7fb79486ed

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