Skip to content

Conversation

@sfrieds3
Copy link

Neovim nightly introduced stricter integer checking for vim.wait() in neovim/neovim#36885 which is causing an error Lua callback: ...ocal/share/nvim/lazy/conform.nvim/lua/conform/runner.lua:699: timeout has no integer representation on conform.format. This change uses math.floor to truncate the remaining timeout in order to coerce it to an integer.

@mikavilpas
Copy link

I think this has now been fixed in nightly neovim, at least for the time being. The issue does not seem to appear in conform.nvim for me right now.

@sfrieds3
Copy link
Author

Agreed, this was fixed upstream in neovim/neovim/pull/36900.

@sfrieds3 sfrieds3 closed this Dec 12, 2025
0x7a7a added a commit to 0x7a7a/dotfiles that referenced this pull request Dec 12, 2025
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