Neovim: add copilot

This commit is contained in:
Marko Korhonen 2023-09-27 15:06:50 +03:00
parent d630e712a3
commit 71b2b12a3f
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -219,6 +219,7 @@ local plugins = {
dependencies = { "kevinhwang91/promise-async" },
config = require("plugins.ufo"),
},
"github/copilot.vim",
}
local lazy_opts = {}