issue with nui plugin #55
simonlearnscoding
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It seems like there is an issue with the nui plugin, I thought I should let you know. apologies in advance if the error is on my part. this is what chatgpt told me about it:
".vim/site/pack/packer/opt/nui.nvim/lua/nui/popup/init.lua:33: attempt
to index local 'options' (a nil value)"
This error message is indicating that there is an issue with the nui.nvim plugin that the ChatGPT.nvim plugin is dependent on. The error specifically states that there is an attempt to index a local variable named 'options' that has a nil value.
This likely means that the options variable is not being set or initialized properly in the init.lua file on line 33. Without more information about the specific version of the nui.nvim plugin you are using, it's hard to say for sure what the issue might be.
You could try to see if this error is fixed by reinstalling or updating the nui.nvim plugin. If that doesn't work you might want to look into the version of the dependencies and installed version. Also, you may want to raise an issue on ChatGPT.nvim plugin.
Beta Was this translation helpful? Give feedback.
All reactions