add more plugins

This commit is contained in:
Hydroxycarbamide 2024-04-29 16:17:16 +02:00
parent e8bdb97825
commit 2b0d610fe0
2 changed files with 8 additions and 2 deletions

View file

@ -1,4 +1,3 @@
-- 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.
@ -8,5 +7,9 @@ return {
"AstroNvim/astrocommunity",
{ import = "astrocommunity.pack.lua" },
-- import/override with your plugins folder
{ import = "astrocommunity.colorscheme.catppuccin" }
{ import = "astrocommunity.colorscheme.catppuccin" },
--{ import = "astrocommunity.scrolling.nvim-scrollbar" },
{ import = "astrocommunity.scrolling.satellite-nvim" },
{ import = "astrocommunity.scrolling.neoscroll-nvim" },
{ import = "astrocommunity.git.git-blame-nvim" },
}