add github copilot plugin

This commit is contained in:
Rahsheen Porter 2021-11-06 14:39:27 -04:00 committed by Rahsheen Porter
parent bcb0717d4a
commit 9edb53ba61
1 changed files with 0 additions and 3 deletions

View File

@ -1,6 +1,4 @@
let mapleader = " "
vnoremap J :m '>+1<CR>gv=gv
vnoremap K :m '<-2<CR>gv=gv
@ -67,7 +65,6 @@ Plug 'stsewd/fzf-checkout.vim'
Plug 'leafgarland/typescript-vim'
Plug 'airblade/vim-gitgutter'
Plug 'neoclide/coc.nvim', {'branch': 'release'}
Plug 'github/copilot.vim'
Plug 'tpope/vim-rhubarb'
Plug 'thesis/vim-solidity'
Plug 'vim-test/vim-test'