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

Doesn't work in neovim 0.4.4 #35

Open
Vftdan opened this issue Mar 9, 2023 · 3 comments
Open

Doesn't work in neovim 0.4.4 #35

Vftdan opened this issue Mar 9, 2023 · 3 comments

Comments

@Vftdan
Copy link

Vftdan commented Mar 9, 2023

vim.g is nil in neovim 0.4.4

E5108: Error while calling lua chunk for luaeval(): ...vftdan/.config/nvim/plugged/instant.nvim/lua/instant.lua:99: attempt to index field 'g' (a nil value)

@alerque
Copy link

alerque commented Mar 9, 2023

The current stable version of NeoVIM is v0.8.3.

I'm not the developer of this plugin, but I would not expect actively developed plugins using modern editor features to be backwards compatible that far. That's a long way back and NeoVIM has done a ton of work that give a lot more power and convenience to plugins.

If you want plugins that work with such an old editor you will probably need to lookup the release date of the editor and then checkout old versions of plugins from the same general time range, maybe up until the release date of the next major version.

@hatkidchan
Copy link

Plugin claims to require version 0.4.4 at least and it doesn't work on it. Maybe README is outdated?

@alerque
Copy link

alerque commented Mar 9, 2023

Yes, I would expect the README is outdated and the easiest "fix" for this issue is to figure out what the actual minimum NeoVIM is these days.

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

No branches or pull requests

3 participants