From 69782d4a3a1728dd5ffc6a11ab7b30b8a8dfd1ba Mon Sep 17 00:00:00 2001 From: Stephen Doyle Date: Mon, 22 Jul 2024 17:17:56 +0100 Subject: [PATCH] Add copilot plugin --- 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..1a804873 --- /dev/null +++ b/lua/custom/plugins/copilot.lua @@ -0,0 +1,3 @@ +return { + 'github/copilot.vim', +}