From 480d1d8434696198f96fbb5b438c4cbe47e5e8a7 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Mon, 18 Dec 2023 14:03:08 +0100 Subject: [PATCH] Extract (& update) 'copilot' config --- .vim/after/plugin/copilot.vim | 4 ++++ .vimrc | 10 ---------- 2 files changed, 4 insertions(+), 10 deletions(-) create mode 100644 .vim/after/plugin/copilot.vim diff --git a/.vim/after/plugin/copilot.vim b/.vim/after/plugin/copilot.vim new file mode 100644 index 0000000..6cd4e0f --- /dev/null +++ b/.vim/after/plugin/copilot.vim @@ -0,0 +1,4 @@ +let g:copilot_no_tab_map = v:true +imap (copilot-next) +imap (copilot-prev) +imap