Made notification window bigger

This commit is contained in:
2025-05-13 16:22:34 +02:00
parent e67acd2def
commit a173ec9954

View File

@@ -8,6 +8,12 @@ return {
bigfile = {}, bigfile = {},
notifier = {}, notifier = {},
scroll = {}, scroll = {},
styles = {
notification_history = {
width = 0.9,
height = 0.9,
},
},
}) })
vim.api.nvim_create_user_command("NotifyHistory", function() vim.api.nvim_create_user_command("NotifyHistory", function()