Made notification window bigger
This commit is contained in:
@@ -8,6 +8,12 @@ return {
|
||||
bigfile = {},
|
||||
notifier = {},
|
||||
scroll = {},
|
||||
styles = {
|
||||
notification_history = {
|
||||
width = 0.9,
|
||||
height = 0.9,
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
vim.api.nvim_create_user_command("NotifyHistory", function()
|
||||
|
||||
Reference in New Issue
Block a user