Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(log): simplify notification handling with helper function
Introduced a `notify` helper function to call `vim.notify` with a schedule. Updated `M.warn` and `M.inform` to use this helper, reducing code duplication in `log.lua`. This commit was co-authored by @PMassicotte
- Loading branch information