git-subtree-dir: users/daniel/configs/system/nvim/nvim/lua/user git-subtree-split: fa62fed6f33ed057384c5af44b0b7dfaa2b20605
10 lines
379 B
Lua
10 lines
379 B
Lua
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" },
|
|
}
|