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,12 +18,11 @@ Plug 'numtostr/FTerm.nvim'
Plug 'andweeb/presence.nvim' Plug 'andweeb/presence.nvim'
Plug 'tpope/vim-fugitive' Plug 'tpope/vim-fugitive'
Plug 'SmiteshP/nvim-gps' Plug 'SmiteshP/nvim-gps'
Plug 'github/copilot.vim'
vim.call('plug#end') vim.call('plug#end')
set.termguicolors = true set.termguicolors = true
set.mouse = 'a' set.mouse = 'a'
set.clipboard = 'unnamedplus' set.clipboard = 'unnamedplus'
set.pumheight = 5 set.pumheight =5
set.number = true set.number = true
set.tabstop = 4 set.tabstop = 4
set.shiftwidth = 4 set.shiftwidth = 4

@ -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-]>', '<Plug>(cokeline-focus-next)', {noremap=false})
map('n', '<C-o>', '<CMD>Telescope find_files<CR>', {noremap=true}) 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('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