Skip to content

Commit

Permalink
default copilot to disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbuhr committed Oct 30, 2024
1 parent 2c537e5 commit 699f2d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/plugins/completion.lua
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ return {

{ -- gh copilot
'zbirenbaum/copilot.lua',
enabled = true,
enabled = false,
config = function()
require('copilot').setup {
suggestion = {
Expand Down

0 comments on commit 699f2d4

Please sign in to comment.