chezmoi/private_dot_config/nvim/lua/community.lua

17 lines
618 B
Lua
Raw Normal View History

2025-07-15 21:28:59 +00:00
-- 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 = "astrocommunity.pack.markdown" },
{ import = "astrocommunity.pack.rust" },
{ import = "astrocommunity.pack.typescript" },
{ import = "astrocommunity.pack.yaml" },
{ import = "astrocommunity.pack.ruby" },
{ import = "astrocommunity.pack.html-css" }
-- import/override with your plugins folder
}