-
Notifications
You must be signed in to change notification settings - Fork 3
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
got error when start nvim #3
Comments
Try this command in nvim:
What's the output? |
|
It looks like your nvim doesn't have |
Bad news | : ( |
After reinstalled neovim by using ppa source, I have got another error message when starting nvim: Error detected while processing /home/lucas/.config/nvim/init.lua: |
Ι see. It's obvious that your Neovim is too old. You should have nvim >= 0.7.0. Use |
This page may be helpful. |
In WSL2 use “sudo apt install neovim”,the nvim is v0.6.1。 |
You can use unstable Neovim PPA. |
When I try to write c or c++ script, I have got an error message below: |
@wmmiiii This is because that I have changed snippet engine from Ultisnip to Snippy but have not adjust these snippet files... You remind me. It's not a good idea to include personal snippets in this repo. Try to pull this repo now, I've remove those snippets. |
Thanks for your reply, I'll pull again later. |
After down load nvimcfg to ~/.config/nvim, when I started my nvim, I have got an error message below:
nvim/lua/aloha/init.lua:69: attempt to index field 'opt' (a nil value)
The text was updated successfully, but these errors were encountered: