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',
config = function()
vim.g.copilot_enabled = false
vim.g.copilot_enabled = true
vim.api.nvim_create_user_command('CopilotToggle', function()
if vim.g.copilot_enabled == 1 then