diff options
| author | bh <qn+git@excalibur.computer> | 2026-03-14 20:39:59 +0800 |
|---|---|---|
| committer | bh <qn+git@excalibur.computer> | 2026-03-14 20:39:59 +0800 |
| commit | be738ab8639cc2fe69ce58419d03889806a875d3 (patch) | |
| tree | ddef0c46ce2500b28dc4105c9c4ef4d35ffdf040 /lua/plugins/init.lua | |
| parent | afbacef686deea1c73b223d5554c01055b752289 (diff) | |
Add GitHub Copilot plugin
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", |
