This commit is contained in:
2023-11-03 16:25:39 +01:00
7 changed files with 254 additions and 142 deletions

View File

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