This commit is contained in:
newbie 2023-11-26 18:15:09 +08:00
parent b2e16f4779
commit a6a0ba8d2a
2 changed files with 3 additions and 6 deletions

View File

@ -1,6 +0,0 @@
return {
'github/copilot.vim', -- github copilot
config = function ()
end
}

View File

@ -30,4 +30,7 @@ return {
'tpope/vim-commentary',
}
},
{
'github/copilot.vim', -- github copilot
}
}