You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
note to self (for another issue): `vim.loop` will be deprecated in Neovim 0.10 (replaced with `vim.uv`). Use `require('rustaceanvim.compat').uv` instead (the existing `vim.loop` calls are ones I forgot to fix when I forked the project).