Add plugin to make it easier to jump out to GitHub

This commit is contained in:
Josh Sherman 2024-06-24 10:13:23 -05:00
parent 983e0d4396
commit 7f4c250187
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

View file

@ -18,8 +18,9 @@ call plug#begin()
Plug 'leafgarland/typescript-vim'
Plug 'Quramy/tsuquyomi'
Plug 'Shougo/vimproc.vim', {'do' : 'make'}
" GitHub Copilot
" GitHub integration
Plug 'github/copilot.vim'
Plug 'ruanyl/vim-gh-line'
call plug#end()
syntax on