1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
663 B

1 year ago
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
1 year ago
{ import = "astrocommunity.colorscheme.catppuccin" },
{ import = "astrocommunity.colorscheme.sonokai" },
1 year ago
{ import = "astrocommunity.colorscheme.monokai-pro-nvim" },
1 year ago
-- { import = "astrocommunity.completion.copilot-lua-cmp" },
1 year ago
-- { import = "astrocommunity.pack.typescript" },
-- { import = "astrocommunity.pack.markdown" },
-- { import = "astrocommunity.editing-support.multicursors-nvim" },
1 year ago
}