initial commit

This commit is contained in:
RingOfStorms (Joshua Bell) 2023-03-21 13:03:54 -05:00
commit f5f99e551d
13 changed files with 332 additions and 0 deletions

9
plugins/community.lua Normal file
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" },
}