olimorris / persisted.nvim

💾 Simple session management for Neovim with git branching, autoloading and Telescope support
MIT License
418 stars 24 forks source link

Updated nvim_echo to instead use vim.notify #108

Closed miversen33 closed 6 months ago

miversen33 commented 6 months ago

This changes the warning to print with vim.notify instead of printing to the console.

NOTE: This does not change the error message function that prints to the console. Errors (IMO) should be a bit painful and not as easy to ignore so I didn't touch that.