feat: adding copilot enabled by default

This commit is contained in:
ralvescosta 2025-04-19 09:21:07 -03:00
parent a82fa227d7
commit 92267ee544
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ return {
{ {
'github/copilot.vim', 'github/copilot.vim',
config = function() config = function()
vim.g.copilot_enabled = false vim.g.copilot_enabled = true
vim.api.nvim_create_user_command('CopilotToggle', function() vim.api.nvim_create_user_command('CopilotToggle', function()
if vim.g.copilot_enabled == 1 then if vim.g.copilot_enabled == 1 then