From 1f6850f0fb0fa9bb0ac60f1dfeef05206d452619 Mon Sep 17 00:00:00 2001 From: ralvescosta Date: Sat, 19 Apr 2025 08:42:42 -0300 Subject: [PATCH] feat: addind copiilot --- lua/custom/plugins/copilot.lua | 5 +++++ 1 file changed, 5 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..88cb3b9a --- /dev/null +++ b/lua/custom/plugins/copilot.lua @@ -0,0 +1,5 @@ +return { + { + 'github/copilot.vim', + }, +}