This commit is contained in:
2023-11-03 23:39:34 +01:00
parent 38e86ec7f9
commit ddd28df965
2 changed files with 2 additions and 9 deletions

View File

@@ -1,12 +1,5 @@
return {
"zbirenbaum/copilot.lua",
cmd = "Copilot",
event = "InsertEnter",
"github/copilot.vim",
config = function()
require("copilot").setup({
filetypes = {
["*"] = true,
},
})
end,
}