-
Notifications
You must be signed in to change notification settings - Fork 71
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
Shows a lot of errors on new file #262
Comments
Sorry to hijack but this could be a related error? I get a bunch of errors when I am working on a file with no filetype, for example when I run :enew and just start writing stuff I get the below error when reviewing :messages
|
Yeah, that's definitely the same issue |
Looks like server limitation: |
I suspect this is the same issue causing the errors when inserting in command history mode, In the meantime, a workaround for that is: cmp.setup.filetype("vim", {
sources = vim.tbl_filter(function(source) return source.name ~= "codeium" end, opts.sources),
}) |
When I start nvim without arguments and start typing there are a lot of errors from Codeium
The text was updated successfully, but these errors were encountered: