diff options
Diffstat (limited to 'lua/plugins/init.lua')
| -rw-r--r-- | lua/plugins/init.lua | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lua/plugins/init.lua b/lua/plugins/init.lua index dabd8e2..000b916 100644 --- a/lua/plugins/init.lua +++ b/lua/plugins/init.lua @@ -130,6 +130,16 @@ return { -- UndoTree 'mbbill/undotree', + -- Copilot + { + "zbirenbaum/copilot.lua", + cmd = "Copilot", + event = "InsertEnter", + config = function() + require("config.copilot")() + end, + }, + -- Themes "martinsione/darkplus.nvim", |
