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

Nvim errors out after installing/setup #37

Open
itsdevcoffee opened this issue Jun 21, 2022 · 1 comment
Open

Nvim errors out after installing/setup #37

itsdevcoffee opened this issue Jun 21, 2022 · 1 comment

Comments

@itsdevcoffee
Copy link

So I was able to run sudo install_neovim.sh successfully and everything seemed to install correctly. When I opened neovim I got a giant stack trace with a bunch require/dependency errors. It did go through all the telescope parser installs after ignoring the errors. However, every time I try to edit a file the same stack traces pops up. Has anyone else had similar problems?

I'm running Ubuntu 20.04 with the default terminal+zsh.

Stack Trace:

Error detected while processing /home/killer18/.config/nvim/init.lua:
E5113: Error while calling lua chunk: /home/killer18/.config/nvim/lua/user/telescope.l
ua:6: module 'telescope.actions' not found:
        no field package.preload['telescope.actions']
        no file './telescope/actions.lua'
e/actions.lua'
        no file '/usr/local/share/lua/5.1/telescope/actions.lua'
        no file '/usr/local/sharError detected while processing /home/killer18/.config/nvim/init.lua:
E5113: Error while calling lua chunk: /home/killer18/.config/nvim/lua/user/telescope.l
ua:6: module 'telescope.actions' not found:
        no field package.preload['telescope.actions']
        no file './telescope/actions.lua'
e/actions.lua'
        no file '/usr/local/share/lua/5.1/telescope/actions.lua'
        no file '/usr/local/share/lua/5.1/telescope/actions/init.lua'
        no file '/root/.config/nvim/neovim/.deps/usr/share/lua/5.1/telescope/actions.l
ua'
        no file '/root/.config/nvim/neovim/.deps/usr/share/lua/5.1/telescope/actions/i
nit.lua'
        no file './telescope/actions.so'
        no file '/usr/local/lib/lua/5.1/telescope/actions.so'
        no file '/root/.config/nvim/neovim/.deps/usr/lib/lua/5.1/telescope/actions.so'

        no file '/usr/local/lib/lua/5.1/loadall.so'
        no file './telescope.so'
        no file '/usr/local/lib/lua/5.1/telescope.so'
        no file '/root/.config/nvim/neovim/.deps/usr/lib/lua/5.1/telescope.so'
        no file '/usr/local/lib/lua/5.1/loadall.so'
stack traceback:
        [C]: in function 'require'
        /home/killer18/.config/nvim/lua/user/telescope.lua:6: in main chunk
        [C]: in function 'require'
        /home/killer18/.config/nvim/init.lua:7: in main chunk
Error detected while processing /home/killer18/.local/share/nvim/site/pack/packer/star
t/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 /home/killer18/.local/share/nvim/site/pack/packer/star
t/cmp-cmdline/after/plugin/cmp_cmdline.lua:
E5113: Error while calling lua chunk: ...ck/packer/start/cmp-cmdline/after/plugin/cmp_
cmdline.lua:1: attempt to index a boolean value
stack traceback:
        ...ck/packer/start/cmp-cmdline/after/plugin/cmp_cmdline.lua:1: in main chunk
Error detected while processing /home/killer18/.local/share/nvim/site/pack/packer/stae/lua/5.1/telescope/actions/init.lua'
        no file '/root/.config/nvim/neovim/.deps/usr/share/lua/5.1/telescope/actions.l
ua'
        no file '/root/.config/nvim/neovim/.deps/usr/share/lua/5.1/telescope/actions/i
nit.lua'
        no file './telescope/actions.so'
        no file '/usr/local/lib/lua/5.1/telescope/actions.so'
        no file '/root/.config/nvim/neovim/.deps/usr/lib/lua/5.1/telescope/actions.so'

        no file '/usr/local/lib/lua/5.1/loadall.so'
        no file './telescope.so'
        no file '/usr/local/lib/lua/5.1/telescope.so'
        no file '/root/.config/nvim/neovim/.deps/usr/lib/lua/5.1/telescope.so'
        no file '/usr/local/lib/lua/5.1/loadall.so'
stack traceback:
        [C]: in function 'require'
        /home/killer18/.config/nvim/lua/user/telescope.lua:6: in main chunk
        [C]: in function 'require'
        /home/killer18/.config/nvim/init.lua:7: in main chunk
Error detected while processing /home/killer18/.local/share/nvim/site/pack/packer/star
t/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 /home/killer18/.local/share/nvim/site/pack/packer/star
t/cmp-cmdline/after/plugin/cmp_cmdline.lua:
E5113: Error while calling lua chunk: ...ck/packer/start/cmp-cmdline/after/plugin/cmp_
cmdline.lua:1: attempt to index a boolean value
stack traceback:
        ...ck/packer/start/cmp-cmdline/after/plugin/cmp_cmdline.lua:1: in main chunk
Error detected while processing /home/killer18/.local/share/nvim/site/pack/packer/sta
@daviddekeyser
Copy link

daviddekeyser commented Sep 6, 2022

I got this same error running on a "brew install" of nvim on Mac 12.5.1.

$ nvim --version NVIM v0.7.2 Build type: Release LuaJIT 2.1.0-beta3

I found this:
[https://github.com/neovim/neovim/issues/14703]
But, I could not find t_Co.

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

2 participants