-
Notifications
You must be signed in to change notification settings - Fork 92
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: Unable to Determine Encoding for New Files #351
Comments
I am meeting the same issue, but closing and reopening the file does not resolves for me. |
I add the following code to use
Put these below the line 490 of I don't know if this is the best fix, though. |
This problem is already fixed in #346 |
Oh, thanks for the fix! I hope this gets merged as soon as possible. |
After #336 was merged, creating a new file in Neovim and attempting to complete with Copilot triggers the following error, disrupting the completion process:
set encoding?
showsencoding=utf-8
. Closing and reopening the file resolves the issue.NVIM v0.10.2
Build type: Release
LuaJIT 2.1.1713484068
The text was updated successfully, but these errors were encountered: