diff --git a/lua/custom/plugins/copilot.lua b/lua/custom/plugins/copilot.lua new file mode 100644 index 0000000..85b0ef5 --- /dev/null +++ b/lua/custom/plugins/copilot.lua @@ -0,0 +1,8 @@ +return { + "zbirenbaum/copilot.lua", + cmd = "Copilot", + event = "InsertEnter", + config = function() + require("copilot").setup({}) + end, +}