28 lines
1.2 KiB
Lua
28 lines
1.2 KiB
Lua
|
|
-- 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" },
|
||
|
|
}
|