This commit is contained in:
2023-06-03 21:48:04 +02:00
parent 0a5014a8e6
commit 9e43de1a2a
5 changed files with 3 additions and 11 deletions

View File

@@ -1,9 +1,9 @@
return {
-- Add the community repository of plugin specifications
"AstroNvim/astrocommunity",
-- "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" },
-- { import = "astrocommunity.completion.copilot-lua-cmp" },
}