From e85913d35f80a90b8cb7a90e6371f3ac535843c5 Mon Sep 17 00:00:00 2001 From: Terence Ponce Date: Mon, 3 Apr 2023 22:42:53 +0100 Subject: [PATCH] Add GitHub Copilot --- lua/custom/plugins/copilot.lua | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lua/custom/plugins/copilot.lua diff --git a/lua/custom/plugins/copilot.lua b/lua/custom/plugins/copilot.lua new file mode 100644 index 00000000..0cf3a34a --- /dev/null +++ b/lua/custom/plugins/copilot.lua @@ -0,0 +1,3 @@ +return { + "github/copilot.vim", +}