Neovim: add copilot

This commit is contained in:
Marko Korhonen 2023-09-27 15:06:50 +03:00
parent 9b4a1e1598
commit 68ca9c6ab6

View file

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