dotfiles/.config/nvim/lua/community.lua
SindreKjelsrud a98c7a87f7
new neovim-config w/ AstroNvim
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
2024-10-06 14:53:32 +02:00

10 lines
347 B
Lua

-- 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
}