From 3f8c368d83a7ae61aee95566fca7ca09b8abd19d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Av=C3=A9?= Date: Wed, 17 Jan 2024 21:03:38 +0100 Subject: [PATCH] add copilot --- nvim/lua/plugins/copilot.lua | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 nvim/lua/plugins/copilot.lua diff --git a/nvim/lua/plugins/copilot.lua b/nvim/lua/plugins/copilot.lua new file mode 100644 index 0000000..2488939 --- /dev/null +++ b/nvim/lua/plugins/copilot.lua @@ -0,0 +1,6 @@ +return { + "zbirenbaum/copilot.lua", + cmd = "Copilot", + event = "InsertEnter", + opts = {} +}