You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It supports notifications which time themselves out along with persistent ones which will stick around until a subsequent API call is made.
Ideally, we refactor this lib to work with vim.notify api and semantics. This would allow for us to override vim.notify function optionally, and instead of all litee.nvim plugins calling into lib_notify, they will call "vim.notify" instead.
@zjp-CN does this sound something you'd be interested in doing?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Currently litee.nvim uses its own notification mechanism which is pretty crude.
It can be found here: https://github.com/ldelossa/litee.nvim/blob/main/lua/litee/lib/notify/init.lua
It supports notifications which time themselves out along with persistent ones which will stick around until a subsequent API call is made.
Ideally, we refactor this lib to work with
vim.notifyapi and semantics. This would allow for us to override vim.notify function optionally, and instead of all litee.nvim plugins calling into lib_notify, they will call "vim.notify" instead.@zjp-CN does this sound something you'd be interested in doing?
Beta Was this translation helpful? Give feedback.
All reactions