From dd6f787ea345e47f2aecb49e07439e688867dc85 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Thu, 7 Dec 2023 22:34:35 +0100 Subject: after/plugin/copilot.vim: Add mappings for GitHub Copilot Set up custom insert mappings for GitHub Copilot based on what makes sense to me and inspired by the existing i_^x Vim completion mappings. --- after/plugin/copilot.vim | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 after/plugin/copilot.vim diff --git a/after/plugin/copilot.vim b/after/plugin/copilot.vim new file mode 100644 index 0000000..ac5ade6 --- /dev/null +++ b/after/plugin/copilot.vim @@ -0,0 +1,23 @@ +if !exists('g:loaded_copilot') + finish +endif + +imap