feat: adding copilot enabled by default
This commit is contained in:
parent
a82fa227d7
commit
92267ee544
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue