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