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
Adding an option to log using vim.notify over the echo area will allow integration of tools such as nvim-notify and telescope notify history, as well as allow better navigation between different log messages as they are separated as different entries
The text was updated successfully, but these errors were encountered:
lettertwo
added a commit
to lettertwo/plenary.nvim
that referenced
this issue
May 8, 2024
[vim.notify](https://neovim.io/doc/user/lua.html#vim.notify()) is arguably a more ergonomic way of showing level-filtered messages to the user, and it also allows for custom providers and handling, like [nvim-notify](https://github.com/rcarriga/nvim-notify) or [noice](https://github.com/folke/noice.nvim) , to integrate messages from `plenary.log`.
I'm not sure if it's a bad idea to make this the new default; it could certainly be a breaking change, but i think that the _intention_ of an author who has not overridden the default config probably aligns with the behavior of `nvim.notify`.
Fixesnvim-lua#540
Adding an option to log using
vim.notify
over the echo area will allow integration of tools such asnvim-notify
and telescope notify history, as well as allow better navigation between different log messages as they are separated as different entriesThe text was updated successfully, but these errors were encountered: