Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix vim.uv not existing #38

Merged
merged 1 commit into from
Sep 5, 2024
Merged

Conversation

the-moisrex
Copy link
Contributor

User may not have uv installed either; this prevents that situation as well.

@lewis6991
Copy link
Owner

lewis6991 commented Sep 5, 2024

Users must have either vim.uv or vim.loop.

The README just provides and example. Users are generally expected to be running the latest release of Neovim which has vim.uv.

@the-moisrex
Copy link
Contributor Author

I had to fix it on an almost fresh install of Ubuntu today; we either have to wait for OS package managers to catch up, or we could do this.

@lewis6991
Copy link
Owner

Use local uv = vim.uv or vim.loop then.

@the-moisrex
Copy link
Contributor Author

@lewis6991 is it okay now?

@lewis6991
Copy link
Owner

Squash please.

User may not have uv installed either; this prevents that situation as well.
@the-moisrex
Copy link
Contributor Author

@lewis6991 done

@lewis6991 lewis6991 merged commit 00ba32a into lewis6991:main Sep 5, 2024
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