Skip to content

fix(uv): migrate runtime calls to vim.uv - #1834

Open
khaneliman wants to merge 1 commit into
nvim-neorg:mainfrom
khaneliman:refactor/vim-uv-runtime-calls
Open

fix(uv): migrate runtime calls to vim.uv#1834
khaneliman wants to merge 1 commit into
nvim-neorg:mainfrom
khaneliman:refactor/vim-uv-runtime-calls

Conversation

@khaneliman

@khaneliman khaneliman commented Sep 1, 2026

Copy link
Copy Markdown

Summary

Migrate Neorg's runtime libuv calls from vim.loop to vim.uv.

Why

Neovim deprecates vim.loop, and Neorg requires Neovim 0.10 or newer.

What changed

  • Replaced 16 runtime calls across six modules.
  • Left doc generation and commented profiling examples unchanged.

Testing

  • Changed-file StyLua and Luacheck checks passed.
  • All changed Lua files passed a headless parse check.
  • A focused libuv namespace check passed.
  • The Lux test environment did not finish dependency synchronization locally.

Related Issue(s)

  • None.

Replace deprecated vim.loop calls across runtime modules to match the documented Neovim 0.10 support floor.
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.

1 participant