This commit is contained in:
2025-10-23 21:08:24 -07:00
parent 918b5ccaec
commit 3f622c3298
3 changed files with 8 additions and 6 deletions

View File

@@ -67,11 +67,11 @@ return {
-- all notifications are stored in history
level = vim.log.levels.TRACE,
icons = {
error = "",
warn = "",
info = "",
debug = "",
trace = "",
error = " ",
warn = " ",
info = " ",
debug = " ",
trace = " ",
},
keep = function(notif)
return vim.fn.getcmdpos() > 0