Error executing Lua callback: vim/loader.lua:0: ENAMETOOLONG: #1805
-
I get the following when I try to configure CodeCompanion:
Does anyone know how I can fix this? |
Beta Was this translation helpful? Give feedback.
Answered by
Svampebob1
Jul 11, 2025
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
If anyone else struggles with this, I had to do the following. The new syntax for this is vim.loader.enable(false), instead of vim.loader.disable(). |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
olimorris
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If anyone else struggles with this, I had to do the following. The new syntax for this is vim.loader.enable(false), instead of vim.loader.disable().
I first put this at the top of init.lua, but I found that Lazy enabled it again. I had to put it in the bottom of init.lua for it to work.