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
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: