Auto commit: 2024-11-08 23:40:01
This commit is contained in:
parent
09b0647291
commit
0c2215805e
4 changed files with 5 additions and 24 deletions
|
@ -2,20 +2,6 @@ return {
|
|||
{
|
||||
"zbirenbaum/copilot-cmp",
|
||||
opts = function()
|
||||
-- local copilot_toggle = require("lazyvim.util.toggle").wrap({
|
||||
-- name = "Copilot Completion",
|
||||
-- get = function()
|
||||
-- return not require("copilot.client").is_disabled()
|
||||
-- end,
|
||||
-- set = function(state)
|
||||
-- if state then
|
||||
-- require("copilot.command").enable()
|
||||
-- else
|
||||
-- require("copilot.command").disable()
|
||||
-- end
|
||||
-- end,
|
||||
-- })
|
||||
-- disable by default
|
||||
require("copilot.command").disable()
|
||||
local cptoggle = Snacks.toggle.new({
|
||||
name = "Copilot",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue