supermaven-inc / supermaven-nvim

The official Neovim plugin for Supermaven
https://supermaven.com/
MIT License
305 stars 16 forks source link

fix: attempt to index field 'uv' (a nil value) on neovim < 0.10 #6

Closed kaiiserni closed 1 month ago

kaiiserni commented 1 month ago

Could not use the plugin because vim.uv is missing in neovim v0.9.5.

super-jacob commented 1 month ago

Looks good, merging. For what it's worth, I'm testing with NVIM v0.9.5 and both this and the old code work for me.