Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(echo): migrate to vim.uv and nvim_echo APIs
Replace deprecated vim.loop with vim.uv and switch from nvim_command echo to the more modern vim.api.nvim_echo API. This change removes the need for string escaping when displaying messages.
- Loading branch information