Skip to content

fix: use vim.uv for loading timer - #179

Merged
vuki656 merged 1 commit into
vuki656:masterfrom
khaneliman:fix/vim-uv-timer
Sep 2, 2026
Merged

fix: use vim.uv for loading timer#179
vuki656 merged 1 commit into
vuki656:masterfrom
khaneliman:fix/vim-uv-timer

Conversation

@khaneliman

Copy link
Copy Markdown
Contributor

Summary

Create the loading timer through vim.uv on current Neovim versions.

Why

vim.loop is deprecated. The fallback keeps Neovim 0.9 support.

What changed

  • Use vim.uv or vim.loop and create the timer from that binding.

Testing

  • make test (117 tests passed)
  • make lint

Related Issue(s)

None.

Use the current libuv namespace while preserving Neovim 0.9 support.
@vuki656
vuki656 merged commit b86cf49 into vuki656:master Sep 2, 2026
4 checks passed
@vuki656

vuki656 commented Sep 2, 2026

Copy link
Copy Markdown
Owner

Thanks <3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants