I got a long list of error messages as shown below after I upgrade to the latest Neovim 0.7.0 every time when I open a new file.
I can pass these errors/warnings by , and Neovim seems to be working, anyway, without me knowing what is going wrong…
I have no idea what it means. May I ask what I shall do to solve this issue? Thanks.
Errors:
❯ nvim ~/.config/nvim/init.vim
Error detected while processing /Users/USERNAME/.config/nvim/plugged/vim-polyglot/autoload/polyglot/ft.vim:
line 1:
E683: File name missing or invalid pattern
line 3:
E488: Trailing characters: # Vim functions for file type detection
1 " Author: USER
line 5:
E488: Trailing characters: # Maintainer:^IBram Moolenaar <Bram@vim.org>
line 6:
E488: Trailing characters: # Last Change:^I2022 Feb 05
line 8:
E488: Trailing characters: # These functions are moved here from runtime/filetype.vim to make startup
line 9:
E488: Trailing characters: # faster.