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