fix(notify): set default zindex=100
This commit is contained in:
1 parent
54fa9ce584
commit
7fb79486ed
1 file changed
+3
@@ -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
|
||||
|
||||
Reference in new issue
Block a user