diff --git a/nvim/lua/plugins/plugins.lua b/nvim/lua/plugins/plugins.lua index 41a9d7b..72f25ac 100644 --- a/nvim/lua/plugins/plugins.lua +++ b/nvim/lua/plugins/plugins.lua @@ -321,18 +321,15 @@ return { }) end, }, - -- { - -- "zbirenbaum/copilot.lua", - -- opts = { - -- filetypes = { - -- lua = true, - -- markdown = true, - -- javascript = true, - -- typescript = true, - -- elixir = true, - -- }, - -- }, - -- }, + { + "zbirenbaum/copilot.lua", + opts = { + suggestion = { + enabled = true, + auto_trigger = true, + }, + }, + }, { "robitx/gp.nvim", opts = {