summaryrefslogtreecommitdiff
path: root/lua/plugins/copilot.lua
blob: f53bb48bf956342a213861ce4c16e7fae7f317bf (plain)
1
2
3
4
5
6
7
return {
  "github/copilot.vim",
  event = "VeryLazy",
  build = function()
    vim.cmd([[Copilot setup]])
  end,
}