Add plugin to make it easier to jump out to GitHub
This commit is contained in:
parent
983e0d4396
commit
7f4c250187
1 changed files with 2 additions and 1 deletions
|
@ -18,8 +18,9 @@ call plug#begin()
|
||||||
Plug 'leafgarland/typescript-vim'
|
Plug 'leafgarland/typescript-vim'
|
||||||
Plug 'Quramy/tsuquyomi'
|
Plug 'Quramy/tsuquyomi'
|
||||||
Plug 'Shougo/vimproc.vim', {'do' : 'make'}
|
Plug 'Shougo/vimproc.vim', {'do' : 'make'}
|
||||||
" GitHub Copilot
|
" GitHub integration
|
||||||
Plug 'github/copilot.vim'
|
Plug 'github/copilot.vim'
|
||||||
|
Plug 'ruanyl/vim-gh-line'
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
syntax on
|
syntax on
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue