diff options
| author | bh <qn+git@excalibur.computer> | 2026-04-07 22:05:49 +0800 |
|---|---|---|
| committer | bh <qn+git@excalibur.computer> | 2026-04-07 22:05:49 +0800 |
| commit | 31a5523c035337a9cd6944128f62382f02083f1a (patch) | |
| tree | 10f3a7115d80d608d05bf228378c2077080c8651 /lua/plugins/init.lua | |
| parent | e360f4730ab51c83c26e77b00563dc59cf63a0a6 (diff) | |
Disable Copilot temporarily
Diffstat (limited to 'lua/plugins/init.lua')
| -rw-r--r-- | lua/plugins/init.lua | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/lua/plugins/init.lua b/lua/plugins/init.lua index 394a807..f8280a4 100644 --- a/lua/plugins/init.lua +++ b/lua/plugins/init.lua @@ -169,14 +169,14 @@ return { }, -- Copilot - { - "zbirenbaum/copilot.lua", - cmd = "Copilot", - event = "InsertEnter", - config = function() - require("config.copilot")() - end, - }, + -- { + -- "zbirenbaum/copilot.lua", + -- cmd = "Copilot", + -- event = "InsertEnter", + -- config = function() + -- require("config.copilot")() + -- end, + -- }, -- Themes "martinsione/darkplus.nvim", |
