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