Nvim: switch to copilot.lua

This commit is contained in:
Marko Korhonen 2023-10-04 10:27:17 +03:00
parent bd7c5020f9
commit b7c627490b
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -219,7 +219,9 @@ local plugins = {
dependencies = { "kevinhwang91/promise-async" },
config = require("plugins.ufo"),
},
"github/copilot.vim",
-- GitHub Copilot
{ "zbirenbaum/copilot.lua", config = true },
}
local lazy_opts = {}