autozimu / LanguageClient-neovim

Language Server Protocol (LSP) support for vim and neovim.
MIT License
3.55k stars 272 forks source link

With gopls and languageclient getting error mesages along with popup #1238

Closed ikouchiha47 closed 2 years ago

ikouchiha47 commented 2 years ago

Error detected while processing function 48[1]..DebounceHandleCompleteChanged: line 7: E474: Unidentified byte: AddMatcher func(fileType types.Type, matcher matchers.Matcher) matchers.TypeMatcher Error detected while processing function 48[1]..DebounceHandleCompleteChanged: line 7: E474: Failed to parse AddMatcher func(fileType types.Type, matcher matchers.Matcher) matchers.TypeMatcher Executing CompleteDone Autocommands for "*" autocommand if !&previewwindow && &completeopt =~ 'preview' | silent! pclose | endif

ikouchiha47 commented 2 years ago

Upgrade fixed it