-
Notifications
You must be signed in to change notification settings - Fork 78
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
Error executing lua E114: Missing quote #3
Comments
You aren't on neovim nightly. You are using .6 so nvim_create_autocmd isn't a function yet. Try getting a nightly image from the neovim github page or build one from source. |
Since it was fast and I think that there was the only place I used it, I added a version check. PackerSync and try again. Let me know if it works so I can approve this for .6 if it does. |
Thanks. Sadly, I've updated and the only difference seems to be that the error is one line further on:
|
Run this in command mode and lmk what it says: |
That command returns 0 Output of nvim --version:
|
wait I know this issue. give me one sec |
PackerSync try again. |
Thanks, we're getting somewhere!
|
I think LunarVim installs plugins somewhere different than the default. Can you locate where exactly your plugins are installed and let me know the path? Then, can you supply the output of |
It seems to be storing them in
|
@bashtoni Just pushed a fix. Set your packer use to look like this:
edit: sorry had my non standard plugin install format pasted. |
Thanks for all your help - that's working now. |
I'm using LunarVim, and I added copilot to my Packer config (
lvim.plugins
) like so:When I enter insert mode I get this error message:
The text was updated successfully, but these errors were encountered: