First commit

This commit is contained in:
2024-11-29 16:38:42 +01:00
commit 9fa68a5769
18 changed files with 626 additions and 0 deletions

13
lua/community.lua Normal file
View File

@@ -0,0 +1,13 @@
-- AstroCommunity: import any community modules here
-- We import this file in `lazy_setup.lua` before the `plugins/` folder.
-- This guarantees that the specs are processed before any user plugins.
---@type LazySpec
return {
"AstroNvim/astrocommunity",
{ import = "astrocommunity.pack.lua" },
-- import/override with your plugins folder
{ import = "astrocommunity.utility.hover-nvim" },
{ import = "astrocommunity.diagnostics.trouble-nvim" },
{ import = "astrocommunity.scrolling.mini-animate" },
}