Skip to content

Commit

Permalink
fix: 'canary' branch is deprecated for CopilotChat.nvim
Browse files Browse the repository at this point in the history
The error message is as follows:

'canary' branch is deprecated, use 'main' branch instead.
Feature will be removed in CopilotChat.nvim 3.0.X
  • Loading branch information
jeffreytse committed Dec 18, 2024
1 parent 876f6c0 commit edd5251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvim/init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ Plug 'machakann/vim-sandwich'
Plug 'github/copilot.vim'
Plug 'zbirenbaum/copilot.lua'
Plug 'nvim-lua/plenary.nvim'
Plug 'CopilotC-Nvim/CopilotChat.nvim', { 'branch': 'canary' }
Plug 'CopilotC-Nvim/CopilotChat.nvim'

" --- Markdown / Writting ---
Plug 'iamcco/markdown-preview.nvim', {'do': 'cd app && yarn install'}
Expand Down

0 comments on commit edd5251

Please sign in to comment.