mirror of
https://github.com/Hydroxycarbamide/astrovim_user.git
synced 2025-05-04 20:29:08 -04:00
Initial commit
This commit is contained in:
commit
7bedf3cc3a
13 changed files with 338 additions and 0 deletions
9
plugins/community.lua
Normal file
9
plugins/community.lua
Normal 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" },
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue