mirror of
https://github.com/neovim/neovim.git
synced 2026-03-16 05:47:24 +00:00
Problem: Currently, vim.notify is only used to display messages when the message type is Error. Solution: Use vim.notify to display messages for all message types.