Nvim: switch to copilot.lua

main
Marko Korhonen 8 months ago
parent bd7c5020f9
commit b7c627490b
No known key found for this signature in database
GPG Key ID: A7F78BCB859CD890

@ -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 = {}

Loading…
Cancel
Save