diff --git a/lua/custom/plugins/copilot.lua b/lua/custom/plugins/copilot.lua
new file mode 100644
index 00000000..47bc3786
--- /dev/null
+++ b/lua/custom/plugins/copilot.lua
@@ -0,0 +1,23 @@
+return {
+  {
+    "zbirenbaum/copilot.lua",
+    verylazy = true,
+    cmd = "Copilot",
+    build = ":Copilot auth",
+    config = function()
+      require("copilot").setup()
+    end
+  },
+
+  {
+    "CopilotC-Nvim/CopilotChat.nvim",
+    dependencies = {
+      { "zbirenbaum/copilot.lua" },
+      { "nvim-lua/plenary.nvim", branch = "master" }, -- for curl, log and async functions
+    },
+    build = "make tiktoken", -- Only on MacOS or Linux
+    opts = {},
+  },
+
+  { 'AndreM222/copilot-lualine' },
+}
diff --git a/lua/custom/plugins/wilder.lua b/lua/custom/plugins/wilder.lua
index 3571d346..a2968089 100644
--- a/lua/custom/plugins/wilder.lua
+++ b/lua/custom/plugins/wilder.lua
@@ -1,6 +1,7 @@
 return {
   {
     "gelguy/wilder.nvim",
+    enabled = false,
     keys = {
       ":",
       "/",