From cc251102f8e34e4138c65a8f5e6d108096062457 Mon Sep 17 00:00:00 2001 From: Ruthenic Date: Sat, 6 Nov 2021 13:32:49 -0400 Subject: [PATCH] Revert adding copilot.vim This reverts commit 34ee505a76cd6d9f18349e5f7bd9a2d249c3619f and 0b2e5eb3be5e29a1021a41386ebfcb7aea3d1b22. Revert "Add copilot.vim" This reverts commit 0b2e5eb3be5e29a1021a41386ebfcb7aea3d1b22. --- init.lua | 3 +-- lua/keybinds.lua | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/init.lua b/init.lua index cb7f937..3ea6d67 100644 --- a/init.lua +++ b/init.lua @@ -18,12 +18,11 @@ 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' set.clipboard = 'unnamedplus' -set.pumheight = 5 +set.pumheight =5 set.number = true set.tabstop = 4 set.shiftwidth = 4 diff --git a/lua/keybinds.lua b/lua/keybinds.lua index 14e7d0f..2ed2fc5 100644 --- a/lua/keybinds.lua +++ b/lua/keybinds.lua @@ -11,4 +11,3 @@ map('n', '', '(cokeline-focus-prev)', {noremap=false}) map('n', '', '(cokeline-focus-next)', {noremap=false}) map('n', '', 'Telescope find_files', {noremap=true}) map('n', '', 'lua require("FTerm").toggle()', {noremap=true, silent=true}) -map('i', '', 'copilot#Accept("")', {noremap=true, silent=true, expr=true})