NeoVimにCopilotChatのプラグインを入れていたのですが、いつの日からか起動時に下記の警告が出るようになった。
'canary' branch is deprecated, use 'main' branch instead.
Feature will be removed in CopilotChat.nvim 3.0.X
解決方法
文面を読むとcanaryブランチは使えなくなったので、mainブランチを使ってね!って事なのでブランチを変更することで解決
$ cd ~/nvim/plugged/CopilotChat.nvim
$ git branch
* canary
$ git checkout main