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

Launching nvim (ecovim) on a fresh Arch system throws the following errors: #50

Closed
techapostle opened this issue May 31, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@techapostle
Copy link
Contributor

Error detected while processing /home/kiand/.config/nvim/init.lua:
E5113: Error while calling lua chunk: /home/kiand/.config/nvim/lua/snippets/react.lua:1: module 'luasnip' not found:
no field package.preload['luasnip']
no file './luasnip.lua'
no file '/usr/share/luajit-2.1.0-beta3/luasnip.lua'
no file '/usr/local/share/lua/5.1/luasnip.lua'
no file '/usr/local/share/lua/5.1/luasnip/init.lua'
no file '/usr/share/lua/5.1/luasnip.lua'
no file '/usr/share/lua/5.1/luasnip/init.lua'
no file './luasnip.so'
no file '/usr/local/lib/lua/5.1/luasnip.so'
no file '/usr/lib/lua/5.1/luasnip.so'
no file '/usr/local/lib/lua/5.1/loadall.so'
stack traceback:
[C]: in function 'require'
/home/kiand/.config/nvim/lua/snippets/react.lua:1: in main chunk
[C]: in function 'require'
/home/kiand/.config/nvim/init.lua:16: in main chunk
Error detected while processing BufWinEnter Autocommands for "":
Error executing lua callback: vim/_meta.lua:0: Not a valid option name: winbar
stack traceback:
[C]: in function 'assert'
vim/_meta.lua: in function ''
vim/_meta.lua: in function '__newindex'
/home/kiand/.config/nvim/lua/autocmds.lua:43: in function </home/kiand/.config/nvim/lua/autocmds.lua:16>
E5108: Error executing lua ...m/site/pack/packer/start/packer.nvim/lua/packer/load.lua:165: Vim(echomsg):E114: Missing quote: "Error in packer_compiled: ...m/site/pack/packer/start/packer.nvim/lua/packer/loa
d.lua:110: Vim(append):Error executing lua callback: vim/_meta.lua:0: Not a valid option name: winbar
stack traceback:
[C]: in function 'cmd'
...m/site/pack/packer/start/packer.nvim/lua/packer/load.lua:165: in function <...m/site/pack/packer/start/packer.nvim/lua/packer/load.lua:161>
[string ":lua"]:1: in main chunk
Press ENTER or type command to continue
Error detected while processing CursorMoved Autocommands for "
":
Error executing lua callback: vim/_meta.lua:0: Not a valid option name: winbar
stack traceback:
[C]: in function 'assert'
vim/_meta.lua: in function ''
vim/_meta.lua: in function '__newindex'
/home/kiand/.config/nvim/lua/autocmds.lua:33: in function </home/kiand/.config/nvim/lua/autocmds.lua:16>

ecosse3 added a commit that referenced this issue May 31, 2022
@ecosse3
Copy link
Owner

ecosse3 commented May 31, 2022

Thanks for the issue. Should be fixed. Please check now 😄

@ecosse3 ecosse3 reopened this May 31, 2022
@ecosse3 ecosse3 added the bug Something isn't working label May 31, 2022
@techapostle
Copy link
Contributor Author

@ecosse3 yep, all good now. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants