Added copilot plugin

This commit is contained in:
Christoffer Martinsson 2023-05-27 03:09:50 +02:00
parent 83f8a584cd
commit 34900d3bba

View File

@ -0,0 +1,9 @@
return {
-- Add the community repository of plugin specifications
"AstroNvim/astrocommunity",
-- example of imporing a plugin, comment out to use it or add your own
-- available plugins can be found at https://github.com/AstroNvim/astrocommunity
-- { import = "astrocommunity.colorscheme.catppuccin" },
{ import = "astrocommunity.completion.copilot-lua-cmp" },
}