diff --git a/vimrc b/vimrc index 37a92bb..4e15baa 100644 --- a/vimrc +++ b/vimrc @@ -31,6 +31,8 @@ Plug 'tpope/vim-commentary' Plug 'tpope/vim-fugitive' Plug 'tpope/vim-surround' Plug 'vim-python/python-syntax' +Plug 'github/copilot.vim', {'branch': 'release'} + call plug#end() " options