initial commit

This commit is contained in:
KRLH 2025-08-21 11:18:50 -05:00
commit 8c7f4fbf37
21 changed files with 715 additions and 0 deletions

27
lua/community.lua Normal file
View file

@ -0,0 +1,27 @@
-- if true then return {} end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE
-- 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.colorscheme.tokyonight-nvim" },
{ import = "astrocommunity.colorscheme.tokyodark-nvim" },
{ import = "astrocommunity.colorscheme.catppuccin" },
{ import = "astrocommunity.colorscheme.catppuccin" },
{ import = "astrocommunity.colorscheme.kanagawa-nvim" },
{ import = "astrocommunity.colorscheme.kanagawa-paper-nvim" },
{ import = "astrocommunity.colorscheme.vim-moonfly-colors" },
{ import = "astrocommunity.colorscheme.vim-nightfly-colors" },
{ import = "astrocommunity.fuzzy-finder.fzf-lua" },
{ import = "astrocommunity.markdown-and-latex.render-markdown-nvim" },
{ import = "astrocommunity.pack.rust" },
-- { import = "astrocommunity.note-taking.zk-nvim" },
-- { import = "astrocommunity.workflow.precognition-nvim" },
}