Revert adding copilot.vim

This reverts commit 34ee505a76 and 0b2e5eb3be.

Revert "Add copilot.vim"

This reverts commit 0b2e5eb3be.
master
Drake 3 years ago
parent 9b5921cb54
commit cc251102f8
No known key found for this signature in database
GPG Key ID: 9B83455BD94F12A3

@ -18,7 +18,6 @@ Plug 'numtostr/FTerm.nvim'
Plug 'andweeb/presence.nvim'
Plug 'tpope/vim-fugitive'
Plug 'SmiteshP/nvim-gps'
Plug 'github/copilot.vim'
vim.call('plug#end')
set.termguicolors = true
set.mouse = 'a'

@ -11,4 +11,3 @@ map('n', '<C-[>', '<Plug>(cokeline-focus-prev)', {noremap=false})
map('n', '<C-]>', '<Plug>(cokeline-focus-next)', {noremap=false})
map('n', '<C-o>', '<CMD>Telescope find_files<CR>', {noremap=true})
map('n', '<C-i>', '<CMD>lua require("FTerm").toggle()<CR>', {noremap=true, silent=true})
map('i', '<C-CR>', 'copilot#Accept("<CR>")', {noremap=true, silent=true, expr=true})

Loading…
Cancel
Save