You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using neovim 0.8.1, and I am following branch 05-completion to set up my nvim-cmp. I exactly copied plugins.lua and cmp.lua, but I got this error:
Error detected while processing /Users/tiankaixie/.local/share/nvim/site/pack/packer/start/cmp-buffer/after/plugin/cmp_buffer.lua:
E5113: Error while calling lua chunk: ...pack/packer/start/cmp-buffer/after/plugin/cmp_buffer.lua:1: attempt to index a boolean value
stack traceback:
...pack/packer/start/cmp-buffer/after/plugin/cmp_buffer.lua:1: in main chunk
Error detected while processing /Users/tiankaixie/.local/share/nvim/site/pack/packer/start/cmp-nvim-lua/after/plugin/cmp_nvim_lua.lua:
E5113: Error while calling lua chunk: .../packer/start/cmp-nvim-lua/after/plugin/cmp_nvim_lua.lua:1: attempt to index a boolean value
stack traceback:
.../packer/start/cmp-nvim-lua/after/plugin/cmp_nvim_lua.lua:1: in main chunk
Error detected while processing /Users/tiankaixie/.local/share/nvim/site/pack/packer/start/cmp-path/after/plugin/cmp_path.lua:
E5113: Error while calling lua chunk: ...ite/pack/packer/start/cmp-path/after/plugin/cmp_path.lua:1: attempt to index a boolean value
stack traceback:
...ite/pack/packer/start/cmp-path/after/plugin/cmp_path.lua:1: in main chunk
Error detected while processing /Users/tiankaixie/.local/share/nvim/site/pack/packer/start/cmp_luasnip/after/plugin/cmp_luasnip.lua:
E5113: Error while calling lua chunk: ...ck/packer/start/cmp_luasnip/after/plugin/cmp_luasnip.lua:1: attempt to index a boolean value
stack traceback:
...ck/packer/start/cmp_luasnip/after/plugin/cmp_luasnip.lua:1: in main chunk
Press ENTER or type command to continue
I suspect this is some version issue of those plugins, or nvim-cmp. Is anyone facing the same issue here? Thanks.
The text was updated successfully, but these errors were encountered:
I was able to resolve this issue by renaming cmp.lua --> <something else>.lua and changing the proper line in init.lua as apparently one of the plugins has a requirement or something of the same name.
Hello,
I am using neovim 0.8.1, and I am following branch 05-completion to set up my nvim-cmp. I exactly copied
plugins.lua
andcmp.lua
, but I got this error:I suspect this is some version issue of those plugins, or nvim-cmp. Is anyone facing the same issue here? Thanks.
The text was updated successfully, but these errors were encountered: