Files
Dotfiles/roles/nvim/files/lua/community.lua
T
2026-07-29 02:07:13 +02:00

17 lines
578 B
Lua

-- if true then return {} end
-- 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.media.vim-wakatime" },
{ import = "astrocommunity.search.grug-far-nvim" },
{ import = "astrocommunity.lsp.nvim-java" },
{ import = "astrocommunity.pack.vue" },
{ import = "astrocommunity.git.diffview-nvim" },
}