diff --git a/lua/custom/plugins/copilot.lua b/lua/custom/plugins/copilot.lua index 1e43a590..b900c698 100644 --- a/lua/custom/plugins/copilot.lua +++ b/lua/custom/plugins/copilot.lua @@ -5,5 +5,6 @@ return { init = function() -- vim.g.copilot_enabled = false end, + -- }, }