Update nvim config
This commit is contained in:
parent
e17366812f
commit
34bceb075f
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ call plug#begin("~/.vim/plugged")
|
|||
Plug 'jose-elias-alvarez/null-ls.nvim'
|
||||
Plug 'MunifTanjim/prettier.nvim'
|
||||
Plug 'github/copilot.vim'
|
||||
Plug 'CopilotC-Nvim/CopilotChat.nvim', { 'branch': 'canary' }
|
||||
Plug 'CopilotC-Nvim/CopilotChat.nvim', { 'branch': 'main' }
|
||||
call plug#end()
|
||||
|
||||
lua << EOF
|
||||
|
|
Loading…
Reference in a new issue