mirror of
https://github.com/neovim/neovim.git
synced 2025-11-08 19:45:12 +00:00
Problem: Showing an error via vim.notify() makes it awkward for callers such as lsp/handlers.lua to avoid showing redundant errors. Solution: Return the message instead of showing it. Let the caller decide whether and when to show the message.